#727354

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

Shades of Finch #727354

Tints of Finch #727354

Color information

#727354 (or 0x727354) is unknown color: approx Finch. HEX triplet: 72, 73 and 54. RGB value is (114,115,84). Sum of RGB (Red+Green+Blue) = 114+115+84=313 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.42% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 84 (33.20% from 255 or 26.84% from 313); Max value from RGB is 115 - color contains mainly: green. Hex color #727354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727354 is #8D8CAB. Grayscale: #6F6F6F. Windows color (decimal): -9276588 or 5534578. OLE color: 5534578.

HSL color Cylindrical-coordinate representation of color #727354: hue angle of 61.94º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #727354 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB11411584-
CMYK0.0100.270.55
HSL61.94º15.58%39.02%-
HSV(B)61.94º26.96%45.1%-
XYZ14.6716.4810.8-
YUV111.17112.67130.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.42%
GREEN value IS 115 (45.31% from 255) = 36.74%
BLUE value IS 84 (33.20% from 255) = 26.84%
R=36.42%
G=36.74%
B=26.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114115840.0100.270.5561.9415.5839.02
Hex727354101B373e1027
Octal162163124103367762047
Binary111001011100111010100101101111011111111010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727354; }

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

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

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

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

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

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

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

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