#727F4D

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

Shades of Finch #727F4D

Tints of Finch #727F4D

Color information

#727F4D (or 0x727F4D) is unknown color: approx Finch. HEX triplet: 72, 7F and 4D. RGB value is (114,127,77). Sum of RGB (Red+Green+Blue) = 114+127+77=318 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.85% from 318); Green value is 127 (50% from 255 or 39.94% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 127 - color contains mainly: green. Hex color #727F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727F4D is #8D80B2. Grayscale: #757575. Windows color (decimal): -9273523 or 5078898. OLE color: 5078898.

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

Color convert

RGB11412777-
CMYK0.1000.390.50
HSL75.6º24.51%40%-
HSV(B)75.6º39.37%49.8%-
XYZ15.8719.299.91-
YUV117.41105.19125.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.85%
GREEN value IS 127 (50% from 255) = 39.94%
BLUE value IS 77 (30.47% from 255) = 24.21%
R=35.85%
G=39.94%
B=24.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal114127770.1000.390.5075.624.5140
Hex727F4DA027324c1928
Octal16217711512047621143150
Binary11100101111111100110110100100111110010100110011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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