#72824E

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

Shades of Finch #72824E

Tints of Finch #72824E

Color information

#72824E (or 0x72824E) is unknown color: approx Finch. HEX triplet: 72, 82 and 4E. RGB value is (114,130,78). Sum of RGB (Red+Green+Blue) = 114+130+78=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 78 (30.86% from 255 or 24.22% from 322); Max value from RGB is 130 - color contains mainly: green. Hex color #72824E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72824E is #8D7DB1. Grayscale: #777777. Windows color (decimal): -9272754 or 5145202. OLE color: 5145202.

HSL color Cylindrical-coordinate representation of color #72824E: hue angle of 78.46º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72824E is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB11413078-
CMYK0.1200.400.49
HSL78.46º25%40.78%-
HSV(B)78.46º40%50.98%-
XYZ16.320.0910.23-
YUV119.29104.7124.23-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.40%
GREEN value IS 130 (51.17% from 255) = 40.37%
BLUE value IS 78 (30.86% from 255) = 24.22%
R=35.40%
G=40.37%
B=24.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal114130780.1200.400.4978.462540.78
Hex72824EC028314e1929
Octal16220211614050611163151
Binary111001010000010100111011000101000110001100111011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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