#72754D

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

Shades of Finch #72754D

Tints of Finch #72754D

Color information

#72754D (or 0x72754D) is unknown color: approx Finch. HEX triplet: 72, 75 and 4D. RGB value is (114,117,77). Sum of RGB (Red+Green+Blue) = 114+117+77=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 117 - color contains mainly: green. Hex color #72754D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72754D is #8D8AB2. Grayscale: #6F6F6F. Windows color (decimal): -9276083 or 5076338. OLE color: 5076338.

HSL color Cylindrical-coordinate representation of color #72754D: hue angle of 64.5º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #72754D is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB11411777-
CMYK0.0300.340.54
HSL64.5º20.62%38.04%-
HSV(B)64.5º34.19%45.88%-
XYZ14.6416.849.5-
YUV111.54108.51129.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.01%
GREEN value IS 117 (46.09% from 255) = 37.99%
BLUE value IS 77 (30.47% from 255) = 25%
R=37.01%
G=37.99%
B=25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114117770.0300.340.5464.520.6238.04
Hex72754D302236401526
Octal1621651153042661002546
Binary111001011101011001101110100010110110100000010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72754D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72754D; }

 p { color: rgb(114,117,77); }

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

<style>
 a { background-color: #72754D; }

 a { background-color: rgb(114,117,77); }

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

<style>
 span { border-color: #72754D; }

 span { border-color: rgb(114,117,77); }

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