#7A6F6E

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

Shades of Ferra #7A6F6E

Tints of Ferra #7A6F6E

Color information

#7A6F6E (or 0x7A6F6E) is unknown color: approx Ferra. HEX triplet: 7A, 6F and 6E. RGB value is (122,111,110). Sum of RGB (Red+Green+Blue) = 122+111+110=343 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.57% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6F6E is #859091. Grayscale: #727272. Windows color (decimal): -8753298 or 7237498. OLE color: 7237498.

HSL color Cylindrical-coordinate representation of color #7A6F6E: hue angle of 5º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7A6F6E is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB122111110-
CMYK00.090.100.52
HSL5.17%45.49%-
HSV(B)9.84%47.84%-
XYZ16.5216.6317.09-
YUV114.18125.64133.58-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.57%
GREEN value IS 111 (43.75% from 255) = 32.36%
BLUE value IS 110 (43.36% from 255) = 32.07%
R=35.57%
G=32.36%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12211111000.090.100.5255.1745.49
Hex7A6F6E09A34552d
Octal17215715601112645555
Binary111101011011111101110010011010110100101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,111,110); }

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

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

 a { background-color: rgb(122,111,110); }

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

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

 span { border-color: rgb(122,111,110); }

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