#72754C

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

Shades of Finch #72754C

Tints of Finch #72754C

Color information

#72754C (or 0x72754C) is unknown color: approx Finch. HEX triplet: 72, 75 and 4C. RGB value is (114,117,76). Sum of RGB (Red+Green+Blue) = 114+117+76=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 117 - color contains mainly: green. Hex color #72754C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72754C is #8D8AB3. Grayscale: #6F6F6F. Windows color (decimal): -9276084 or 5010802. OLE color: 5010802.

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

Color convert

RGB11411776-
CMYK0.0300.350.54
HSL64.39º21.24%37.84%-
HSV(B)64.39º35.04%45.88%-
XYZ14.6116.829.31-
YUV111.43108.01129.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.13%
GREEN value IS 117 (46.09% from 255) = 38.11%
BLUE value IS 76 (30.08% from 255) = 24.76%
R=37.13%
G=38.11%
B=24.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114117760.0300.350.5464.3921.2437.84
Hex72754C302336401526
Octal1621651143043661002546
Binary111001011101011001100110100011110110100000010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72754C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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