#72844C

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

Shades of Finch #72844C

Tints of Finch #72844C

Color information

#72844C (or 0x72844C) is unknown color: approx Finch. HEX triplet: 72, 84 and 4C. RGB value is (114,132,76). Sum of RGB (Red+Green+Blue) = 114+132+76=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 132 (51.95% from 255 or 40.99% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 132 - color contains mainly: green. Hex color #72844C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72844C is #8D7BB3. Grayscale: #787878. Windows color (decimal): -9272244 or 5014642. OLE color: 5014642.

HSL color Cylindrical-coordinate representation of color #72844C: hue angle of 79.29º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #72844C is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB11413276-
CMYK0.1400.420.48
HSL79.29º26.92%40.78%-
HSV(B)79.29º42.42%51.76%-
XYZ16.520.69.94-
YUV120.23103.04123.55-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.40%
GREEN value IS 132 (51.95% from 255) = 40.99%
BLUE value IS 76 (30.08% from 255) = 23.60%
R=35.40%
G=40.99%
B=23.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal114132760.1400.420.4879.2926.9240.78
Hex72844CE02A304f1b29
Octal16220411416052601173351
Binary111001010000100100110011100101010110000100111111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72844C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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