#7F726F

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

Shades of Ferra #7F726F

Tints of Ferra #7F726F

Color information

#7F726F (or 0x7F726F) is unknown color: approx Ferra. HEX triplet: 7F, 72 and 6F. RGB value is (127,114,111). Sum of RGB (Red+Green+Blue) = 127+114+111=352 (46% of max value = 765). Red value is 127 (50% from 255 or 36.08% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 127 - color contains mainly: red. Hex color #7F726F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F726F is #808D90. Grayscale: #757575. Windows color (decimal): -8424849 or 7303807. OLE color: 7303807.

HSL color Cylindrical-coordinate representation of color #7F726F: hue angle of 11.25º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7F726F is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB127114111-
CMYK00.100.130.50
HSL11.25º6.72%46.67%-
HSV(B)11.25º12.6%49.8%-
XYZ17.6417.6917.52-
YUV117.54124.31134.74-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.08%
GREEN value IS 114 (44.92% from 255) = 32.39%
BLUE value IS 111 (43.75% from 255) = 31.53%
R=36.08%
G=32.39%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12711411100.100.130.5011.256.7246.67
Hex7F726F0AD32b72f
Octal177162157012156213757
Binary1111111111001011011110101011011100101011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F726F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F726F; }

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

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

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

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

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

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

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

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