#727F53

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

Shades of Finch #727F53

Tints of Finch #727F53

Color information

#727F53 (or 0x727F53) is unknown color: approx Finch. HEX triplet: 72, 7F and 53. RGB value is (114,127,83). Sum of RGB (Red+Green+Blue) = 114+127+83=324 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.19% from 324); Green value is 127 (50% from 255 or 39.20% from 324); Blue value is 83 (32.81% from 255 or 25.62% from 324); Max value from RGB is 127 - color contains mainly: green. Hex color #727F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727F53 is #8D80AC. Grayscale: #767676. Windows color (decimal): -9273517 or 5472114. OLE color: 5472114.

HSL color Cylindrical-coordinate representation of color #727F53: hue angle of 77.73º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #727F53 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.

Color convert

RGB11412783-
CMYK0.1000.350.50
HSL77.73º20.95%41.18%-
HSV(B)77.73º34.65%49.8%-
XYZ16.0919.3811.08-
YUV118.1108.19125.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.19%
GREEN value IS 127 (50% from 255) = 39.20%
BLUE value IS 83 (32.81% from 255) = 25.62%
R=35.19%
G=39.20%
B=25.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal114127830.1000.350.5077.7320.9541.18
Hex727F53A023324e1529
Octal16217712312043621162551
Binary11100101111111101001110100100011110010100111010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727F53; }

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

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

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

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

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

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

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

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