#72784A

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

Shades of Finch #72784A

Tints of Finch #72784A

Color information

#72784A (or 0x72784A) is unknown color: approx Finch. HEX triplet: 72, 78 and 4A. RGB value is (114,120,74). Sum of RGB (Red+Green+Blue) = 114+120+74=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 120 (47.27% from 255 or 38.96% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 120 - color contains mainly: green. Hex color #72784A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72784A is #8D87B5. Grayscale: #717171. Windows color (decimal): -9275318 or 4880498. OLE color: 4880498.

HSL color Cylindrical-coordinate representation of color #72784A: hue angle of 67.83º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #72784A is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB11412074-
CMYK0.0500.380.53
HSL67.83º23.71%38.04%-
HSV(B)67.83º38.33%47.06%-
XYZ14.8917.59.07-
YUV112.96106.01128.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.01%
GREEN value IS 120 (47.27% from 255) = 38.96%
BLUE value IS 74 (29.30% from 255) = 24.03%
R=37.01%
G=38.96%
B=24.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114120740.0500.380.5367.8323.7138.04
Hex72784A502635441826
Octal1621701125046651043046
Binary1110010111100010010101010100110110101100010011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72784A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72784A; }

 p { color: rgb(114,120,74); }

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

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

 a { background-color: rgb(114,120,74); }

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

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

 span { border-color: rgb(114,120,74); }

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