#727D56

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

Shades of Finch #727D56

Tints of Finch #727D56

Color information

#727D56 (or 0x727D56) is unknown color: approx Finch. HEX triplet: 72, 7D and 56. RGB value is (114,125,86). Sum of RGB (Red+Green+Blue) = 114+125+86=325 (43% of max value = 765). Red value is 114 (44.92% from 255 or 35.08% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 125 - color contains mainly: green. Hex color #727D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727D56 is #8D82A9. Grayscale: #757575. Windows color (decimal): -9274026 or 5668210. OLE color: 5668210.

HSL color Cylindrical-coordinate representation of color #727D56: hue angle of 76.92º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #727D56 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB11412586-
CMYK0.0900.310.51
HSL76.92º18.48%41.37%-
HSV(B)76.92º31.2%49.02%-
XYZ15.9518.9211.61-
YUV117.26110.36125.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.08%
GREEN value IS 125 (49.22% from 255) = 38.46%
BLUE value IS 86 (33.98% from 255) = 26.46%
R=35.08%
G=38.46%
B=26.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal114125860.0900.310.5176.9218.4841.37
Hex727D56901F334d1229
Octal16217512611037631152251
Binary1110010111110110101101001011111110011100110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727D56; }

 p { color: rgb(114,125,86); }

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

<style>
 a { background-color: #727D56; }

 a { background-color: rgb(114,125,86); }

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

<style>
 span { border-color: #727D56; }

 span { border-color: rgb(114,125,86); }

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