#DE7676

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

Shades of Geraldine #DE7676

Tints of Geraldine #DE7676

Color information

#DE7676 (or 0xDE7676) is unknown color: approx Geraldine. HEX triplet: DE, 76 and 76. RGB value is (222,118,118). Sum of RGB (Red+Green+Blue) = 222+118+118=458 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.47% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 118 (46.48% from 255 or 25.76% from 458); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7676 is #218989. Grayscale: #959595. Windows color (decimal): -2197898 or 7763678. OLE color: 7763678.

HSL color Cylindrical-coordinate representation of color #DE7676: hue angle of 0º degrees, saturation: 0.61, 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 #DE7676 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB222118118-
CMYK00.470.470.13
HSL61.18%66.67%-
HSV(B)46.85%87.06%-
XYZ39.8729.7920.79-
YUV149.1110.46180-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.47%
GREEN value IS 118 (46.48% from 255) = 25.76%
BLUE value IS 118 (46.48% from 255) = 25.76%
R=48.47%
G=25.76%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211811800.470.470.13061.1866.67
HexDE767602F2FD03d43
Octal3361661660575715075103
Binary11011110111011011101100101111101111110101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7676; }

 p { color: rgb(222,118,118); }

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

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

 a { background-color: rgb(222,118,118); }

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

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

 span { border-color: rgb(222,118,118); }

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