#727555

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

Shades of Finch #727555

Tints of Finch #727555

Color information

#727555 (or 0x727555) is unknown color: approx Finch. HEX triplet: 72, 75 and 55. RGB value is (114,117,85). Sum of RGB (Red+Green+Blue) = 114+117+85=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 85 (33.59% from 255 or 26.90% from 316); Max value from RGB is 117 - color contains mainly: green. Hex color #727555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727555 is #8D8AAA. Grayscale: #707070. Windows color (decimal): -9276075 or 5600626. OLE color: 5600626.

HSL color Cylindrical-coordinate representation of color #727555: hue angle of 65.62º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #727555 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB11411785-
CMYK0.0300.270.54
HSL65.62º15.84%39.61%-
HSV(B)65.62º27.35%45.88%-
XYZ14.9416.9611.08-
YUV112.46112.51129.1-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.08%
GREEN value IS 117 (46.09% from 255) = 37.03%
BLUE value IS 85 (33.59% from 255) = 26.90%
R=36.08%
G=37.03%
B=26.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114117850.0300.270.5465.6215.8439.61
Hex727555301B36421028
Octal1621651253033661022050
Binary11100101110101101010111011011110110100001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727555; }

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

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

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

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

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

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

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

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