#7F6F6B

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

Shades of Ferra #7F6F6B

Tints of Ferra #7F6F6B

Color information

#7F6F6B (or 0x7F6F6B) is unknown color: approx Ferra. HEX triplet: 7F, 6F and 6B. RGB value is (127,111,107). Sum of RGB (Red+Green+Blue) = 127+111+107=345 (45% of max value = 765). Red value is 127 (50% from 255 or 36.81% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6F6B is #809094. Grayscale: #737373. Windows color (decimal): -8425621 or 7040895. OLE color: 7040895.

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

Color convert

RGB127111107-
CMYK00.130.160.50
HSL12º8.55%45.88%-
HSV(B)12º15.75%49.8%-
XYZ17.0916.9416.28-
YUV115.33123.3136.33-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.81%
GREEN value IS 111 (43.75% from 255) = 32.17%
BLUE value IS 107 (42.19% from 255) = 31.01%
R=36.81%
G=32.17%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12711110700.130.160.50128.5545.88
Hex7F6F6B0D1032c92e
Octal1771571530152062141156
Binary111111111011111101011011011000011001011001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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