#7F6B6A

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

Shades of Ferra #7F6B6A

Tints of Ferra #7F6B6A

Color information

#7F6B6A (or 0x7F6B6A) is unknown color: approx Ferra. HEX triplet: 7F, 6B and 6A. RGB value is (127,107,106). Sum of RGB (Red+Green+Blue) = 127+107+106=340 (45% of max value = 765). Red value is 127 (50% from 255 or 37.35% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6B6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6B6A is #809495. Grayscale: #707070. Windows color (decimal): -8426646 or 6974335. OLE color: 6974335.

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

Color convert

RGB127107106-
CMYK00.160.170.50
HSL2.86º9.01%45.69%-
HSV(B)2.86º16.54%49.8%-
XYZ16.6116.0715.86-
YUV112.87124.13138.08-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.35%
GREEN value IS 107 (42.19% from 255) = 31.47%
BLUE value IS 106 (41.80% from 255) = 31.18%
R=37.35%
G=31.47%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12710710600.160.170.502.869.0145.69
Hex7F6B6A0101132392e
Octal177153152020216231156
Binary11111111101011110101001000010001110010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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