#727854

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

Shades of Finch #727854

Tints of Finch #727854

Color information

#727854 (or 0x727854) is unknown color: approx Finch. HEX triplet: 72, 78 and 54. RGB value is (114,120,84). Sum of RGB (Red+Green+Blue) = 114+120+84=318 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.85% from 318); Green value is 120 (47.27% from 255 or 37.74% from 318); Blue value is 84 (33.20% from 255 or 26.42% from 318); Max value from RGB is 120 - color contains mainly: green. Hex color #727854 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727854 is #8D87AB. Grayscale: #727272. Windows color (decimal): -9275308 or 5535858. OLE color: 5535858.

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

Color convert

RGB11412084-
CMYK0.0500.30.53
HSL70º17.65%40%-
HSV(B)70º30%47.06%-
XYZ15.2617.6510.99-
YUV114.1111.01127.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.85%
GREEN value IS 120 (47.27% from 255) = 37.74%
BLUE value IS 84 (33.20% from 255) = 26.42%
R=35.85%
G=37.74%
B=26.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114120840.0500.30.537017.6540
Hex727854501E35461228
Octal1621701245036651062250
Binary111001011110001010100101011110110101100011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727854; }

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

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

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

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

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

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

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

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