#727F50

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

Shades of Finch #727F50

Tints of Finch #727F50

Color information

#727F50 (or 0x727F50) is unknown color: approx Finch. HEX triplet: 72, 7F and 50. RGB value is (114,127,80). Sum of RGB (Red+Green+Blue) = 114+127+80=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 127 (50% from 255 or 39.56% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 127 - color contains mainly: green. Hex color #727F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727F50 is #8D80AF. Grayscale: #757575. Windows color (decimal): -9273520 or 5275506. OLE color: 5275506.

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

Color convert

RGB11412780-
CMYK0.1000.370.50
HSL76.6º22.71%40.59%-
HSV(B)76.6º37.01%49.8%-
XYZ15.9819.3410.48-
YUV117.76106.69125.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.51%
GREEN value IS 127 (50% from 255) = 39.56%
BLUE value IS 80 (31.64% from 255) = 24.92%
R=35.51%
G=39.56%
B=24.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal114127800.1000.370.5076.622.7140.59
Hex727F50A025324d1729
Octal16217712012045621152751
Binary11100101111111101000010100100101110010100110110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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