#7F706F

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

Shades of Ferra #7F706F

Tints of Ferra #7F706F

Color information

#7F706F (or 0x7F706F) is unknown color: approx Ferra. HEX triplet: 7F, 70 and 6F. RGB value is (127,112,111). Sum of RGB (Red+Green+Blue) = 127+112+111=350 (46% of max value = 765). Red value is 127 (50% from 255 or 36.29% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 127 - color contains mainly: red. Hex color #7F706F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F706F is #808F90. Grayscale: #747474. Windows color (decimal): -8425361 or 7303295. OLE color: 7303295.

HSL color Cylindrical-coordinate representation of color #7F706F: hue angle of 3.75º 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 #7F706F is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB127112111-
CMYK00.120.130.50
HSL3.75º6.72%46.67%-
HSV(B)3.75º12.6%49.8%-
XYZ17.4217.2517.45-
YUV116.37124.97135.58-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.29%
GREEN value IS 112 (44.14% from 255) = 32%
BLUE value IS 111 (43.75% from 255) = 31.71%
R=36.29%
G=32%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12711211100.120.130.503.756.7246.67
Hex7F706F0CD32472f
Octal17716015701415624757
Binary111111111100001101111011001101110010100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F706F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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