#72884C

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

Shades of Dingley #72884C

Tints of Dingley #72884C

Color information

#72884C (or 0x72884C) is unknown color: approx Dingley. HEX triplet: 72, 88 and 4C. RGB value is (114,136,76). Sum of RGB (Red+Green+Blue) = 114+136+76=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 76 (30.08% from 255 or 23.31% from 326); Max value from RGB is 136 - color contains mainly: green. Hex color #72884C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72884C is #8D77B3. Grayscale: #7A7A7A. Windows color (decimal): -9271220 or 5015666. OLE color: 5015666.

HSL color Cylindrical-coordinate representation of color #72884C: hue angle of 82º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72884C is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB11413676-
CMYK0.1600.440.47
HSL82º28.3%41.57%-
HSV(B)82º44.12%53.33%-
XYZ17.0521.7110.13-
YUV122.58101.71121.88-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.97%
GREEN value IS 136 (53.52% from 255) = 41.72%
BLUE value IS 76 (30.08% from 255) = 23.31%
R=34.97%
G=41.72%
B=23.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal114136760.1600.440.478228.341.57
Hex72884C1002C2F521c2a
Octal16221011420054571223452
Binary1110010100010001001100100000101100101111101001011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72884C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72884C; }

 p { color: rgb(114,136,76); }

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

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

 a { background-color: rgb(114,136,76); }

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

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

 span { border-color: rgb(114,136,76); }

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