#727862

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

Shades of Finch #727862

Tints of Finch #727862

Color information

#727862 (or 0x727862) is unknown color: approx Finch. HEX triplet: 72, 78 and 62. RGB value is (114,120,98). Sum of RGB (Red+Green+Blue) = 114+120+98=332 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.34% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 98 (38.67% from 255 or 29.52% from 332); Max value from RGB is 120 - color contains mainly: green. Hex color #727862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727862 is #8D879D. Grayscale: #737373. Windows color (decimal): -9275294 or 6453362. OLE color: 6453362.

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

Color convert

RGB11412098-
CMYK0.0500.180.53
HSL76.36º10.09%42.75%-
HSV(B)76.36º18.33%47.06%-
XYZ15.8617.8914.17-
YUV115.7118.01126.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.34%
GREEN value IS 120 (47.27% from 255) = 36.14%
BLUE value IS 98 (38.67% from 255) = 29.52%
R=34.34%
G=36.14%
B=29.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114120980.0500.180.5376.3610.0942.75
Hex7278625012354ca2b
Octal1621701425022651141253
Binary11100101111000110001010101001011010110011001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727862; }

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

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

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

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

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

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

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

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