#72874E

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

Shades of Dingley #72874E

Tints of Dingley #72874E

Color information

#72874E (or 0x72874E) is unknown color: approx Dingley. HEX triplet: 72, 87 and 4E. RGB value is (114,135,78). Sum of RGB (Red+Green+Blue) = 114+135+78=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 135 (53.12% from 255 or 41.28% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 135 - color contains mainly: green. Hex color #72874E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72874E is #8D78B1. Grayscale: #7A7A7A. Windows color (decimal): -9271474 or 5146482. OLE color: 5146482.

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

Color convert

RGB11413578-
CMYK0.1600.420.47
HSL82.11º26.76%41.76%-
HSV(B)82.11º42.22%52.94%-
XYZ16.9821.4610.45-
YUV122.22103.04122.13-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.86%
GREEN value IS 135 (53.12% from 255) = 41.28%
BLUE value IS 78 (30.86% from 255) = 23.85%
R=34.86%
G=41.28%
B=23.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal114135780.1600.420.4782.1126.7641.76
Hex72874E1002A2F521b2a
Octal16220711620052571223352
Binary1110010100001111001110100000101010101111101001011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72874E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72874E; }

 p { color: rgb(114,135,78); }

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

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

 a { background-color: rgb(114,135,78); }

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

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

 span { border-color: rgb(114,135,78); }

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