#7E6A69

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

Shades of Ferra #7E6A69

Tints of Ferra #7E6A69

Color information

#7E6A69 (or 0x7E6A69) is unknown color: approx Ferra. HEX triplet: 7E, 6A and 69. RGB value is (126,106,105). Sum of RGB (Red+Green+Blue) = 126+106+105=337 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.39% from 337); Green value is 106 (41.80% from 255 or 31.45% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6A69 is #819596. Grayscale: #6F6F6F. Windows color (decimal): -8492439 or 6908542. OLE color: 6908542.

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

Color convert

RGB126106105-
CMYK00.160.170.51
HSL2.86º9.09%45.29%-
HSV(B)2.86º16.67%49.41%-
XYZ16.3115.7615.55-
YUV111.87124.13138.08-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.39%
GREEN value IS 106 (41.80% from 255) = 31.45%
BLUE value IS 105 (41.41% from 255) = 31.16%
R=37.39%
G=31.45%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12610610500.160.170.512.869.0945.29
Hex7E6A690101133392d
Octal176152151020216331155
Binary11111101101010110100101000010001110011111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,106,105); }

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

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

 a { background-color: rgb(126,106,105); }

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

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

 span { border-color: rgb(126,106,105); }

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