#727453

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

Shades of Finch #727453

Tints of Finch #727453

Color information

#727453 (or 0x727453) is unknown color: approx Finch. HEX triplet: 72, 74 and 53. RGB value is (114,116,83). Sum of RGB (Red+Green+Blue) = 114+116+83=313 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.42% from 313); Green value is 116 (45.70% from 255 or 37.06% from 313); Blue value is 83 (32.81% from 255 or 26.52% from 313); Max value from RGB is 116 - color contains mainly: green. Hex color #727453 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727453 is #8D8BAC. Grayscale: #6F6F6F. Windows color (decimal): -9276333 or 5469298. OLE color: 5469298.

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

Color convert

RGB11411683-
CMYK0.0200.280.55
HSL63.64º16.58%39.02%-
HSV(B)63.64º28.45%45.49%-
XYZ14.7516.6910.63-
YUV111.64111.84129.68-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.42%
GREEN value IS 116 (45.70% from 255) = 37.06%
BLUE value IS 83 (32.81% from 255) = 26.52%
R=36.42%
G=37.06%
B=26.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114116830.0200.280.5563.6416.5839.02
Hex727453201C37401127
Octal1621641232034671002147
Binary11100101110100101001110011100110111100000010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727453; }

 p { color: rgb(114,116,83); }

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

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

 a { background-color: rgb(114,116,83); }

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

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

 span { border-color: rgb(114,116,83); }

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