#DF7B77

Color #DF7B77 Geraldine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geraldine #DF7B77

Tints of Geraldine #DF7B77

Color information

#DF7B77 (or 0xDF7B77) is unknown color: approx Geraldine. HEX triplet: DF, 7B and 77. RGB value is (223,123,119). Sum of RGB (Red+Green+Blue) = 223+123+119=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7B77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7B77 is #208488. Grayscale: #989898. Windows color (decimal): -2131081 or 7830495. OLE color: 7830495.

HSL color Cylindrical-coordinate representation of color #DF7B77: hue angle of 2.31º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF7B77 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB223123119-
CMYK00.450.470.13
HSL2.31º61.9%67.06%-
HSV(B)2.31º46.64%87.45%-
XYZ40.8431.1921.32-
YUV152.44109.13178.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 47.96%
GREEN value IS 123 (48.44% from 255) = 26.45%
BLUE value IS 119 (46.88% from 255) = 25.59%
R=47.96%
G=26.45%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312311900.450.470.132.3161.967.06
HexDF7B7702D2FD23e43
Octal3371731670555715276103
Binary110111111111011111011101011011011111101101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7B77; }

 p { color: rgb(223,123,119); }

 H1.HeaderClassName
 {
   color: #DF7B77;
 }
 .AnyTagClassName
 {
   color: #DF7B77;
 }
</style>
background-color css

<style>
 a { background-color: #DF7B77; }

 a { background-color: rgb(223,123,119); }

 div.DivClassName
 {
   background-color: #DF7B77;
 }
 .BgClassName
 {
   background-color: #DF7B77;
 }
</style>
border-color css

<style>
 span { border-color: #DF7B77; }

 span { border-color: rgb(223,123,119); }

 td.TdClassName
 {
   border-color: #DF7B77;
 }
 .TagClassName
 {
   border-color: #DF7B77;
 }
</style>