#727855

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

Shades of Finch #727855

Tints of Finch #727855

Color information

#727855 (or 0x727855) is unknown color: approx Finch. HEX triplet: 72, 78 and 55. RGB value is (114,120,85). Sum of RGB (Red+Green+Blue) = 114+120+85=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 85 (33.59% from 255 or 26.65% from 319); Max value from RGB is 120 - color contains mainly: green. Hex color #727855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727855 is #8D87AA. Grayscale: #727272. Windows color (decimal): -9275307 or 5601394. OLE color: 5601394.

HSL color Cylindrical-coordinate representation of color #727855: hue angle of 70.29º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #727855 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB11412085-
CMYK0.0500.290.53
HSL70.29º17.07%40.2%-
HSV(B)70.29º29.17%47.06%-
XYZ15.317.6711.2-
YUV114.22111.51127.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.74%
GREEN value IS 120 (47.27% from 255) = 37.62%
BLUE value IS 85 (33.59% from 255) = 26.65%
R=35.74%
G=37.62%
B=26.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114120850.0500.290.5370.2917.0740.2
Hex727855501D35461128
Octal1621701255035651062150
Binary111001011110001010101101011101110101100011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727855; }

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

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

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

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

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

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

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

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