#D7726C

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

Shades of Geraldine #D7726C

Tints of Geraldine #D7726C

Color information

#D7726C (or 0xD7726C) is unknown color: approx Geraldine. HEX triplet: D7, 72 and 6C. RGB value is (215,114,108). Sum of RGB (Red+Green+Blue) = 215+114+108=437 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.20% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 108 (42.58% from 255 or 24.71% from 437); Max value from RGB is 215 - color contains mainly: red. Hex color #D7726C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7726C is #288D93. Grayscale: #8F8F8F. Windows color (decimal): -2657684 or 7107287. OLE color: 7107287.

HSL color Cylindrical-coordinate representation of color #D7726C: hue angle of 3.36º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D7726C is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB215114108-
CMYK00.470.500.16
HSL3.36º57.22%63.33%-
HSV(B)3.36º49.77%84.31%-
XYZ36.7527.5617.57-
YUV143.51107.96178.99-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 49.20%
GREEN value IS 114 (44.92% from 255) = 26.09%
BLUE value IS 108 (42.58% from 255) = 24.71%
R=49.20%
G=26.09%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511410800.470.500.163.3657.2263.33
HexD7726C02F32103393f
Octal327162154057622037177
Binary110101111110010110110001011111100101000011111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7726C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7726C; }

 p { color: rgb(215,114,108); }

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

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

 a { background-color: rgb(215,114,108); }

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

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

 span { border-color: rgb(215,114,108); }

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