#7F7070

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

Shades of Ferra #7F7070

Tints of Ferra #7F7070

Color information

#7F7070 (or 0x7F7070) is unknown color: approx Ferra. HEX triplet: 7F, 70 and 70. RGB value is (127,112,112). Sum of RGB (Red+Green+Blue) = 127+112+112=351 (46% of max value = 765). Red value is 127 (50% from 255 or 36.18% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7070 is #808F8F. Grayscale: #747474. Windows color (decimal): -8425360 or 7368831. OLE color: 7368831.

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

Color convert

RGB127112112-
CMYK00.120.120.50
HSL6.28%46.86%-
HSV(B)11.81%49.8%-
XYZ17.4717.2717.74-
YUV116.48125.47135.5-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.18%
GREEN value IS 112 (44.14% from 255) = 31.91%
BLUE value IS 112 (44.14% from 255) = 31.91%
R=36.18%
G=31.91%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12711211200.120.120.5006.2846.86
Hex7F70700CC32062f
Octal17716016001414620657
Binary1111111111000011100000110011001100100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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