#72754F

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

Shades of Finch #72754F

Tints of Finch #72754F

Color information

#72754F (or 0x72754F) is unknown color: approx Finch. HEX triplet: 72, 75 and 4F. RGB value is (114,117,79). Sum of RGB (Red+Green+Blue) = 114+117+79=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 79 (31.25% from 255 or 25.48% from 310); Max value from RGB is 117 - color contains mainly: green. Hex color #72754F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72754F is #8D8AB0. Grayscale: #6F6F6F. Windows color (decimal): -9276081 or 5207410. OLE color: 5207410.

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

Color convert

RGB11411779-
CMYK0.0300.320.54
HSL64.74º19.39%38.43%-
HSV(B)64.74º32.48%45.88%-
XYZ14.7116.869.88-
YUV111.77109.51129.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.77%
GREEN value IS 117 (46.09% from 255) = 37.74%
BLUE value IS 79 (31.25% from 255) = 25.48%
R=36.77%
G=37.74%
B=25.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114117790.0300.320.5464.7419.3938.43
Hex72754F302036411326
Octal1621651173040661012346
Binary111001011101011001111110100000110110100000110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72754F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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