#7A716F

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

Shades of Ferra #7A716F

Tints of Ferra #7A716F

Color information

#7A716F (or 0x7A716F) is unknown color: approx Ferra. HEX triplet: 7A, 71 and 6F. RGB value is (122,113,111). Sum of RGB (Red+Green+Blue) = 122+113+111=346 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.26% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 122 - color contains mainly: red. Hex color #7A716F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A716F is #858E90. Grayscale: #737373. Windows color (decimal): -8752785 or 7303546. OLE color: 7303546.

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

Color convert

RGB122113111-
CMYK00.070.090.52
HSL10.91º4.72%45.69%-
HSV(B)10.91º9.02%47.84%-
XYZ16.817.117.45-
YUV115.46125.48132.66-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.26%
GREEN value IS 113 (44.53% from 255) = 32.66%
BLUE value IS 111 (43.75% from 255) = 32.08%
R=35.26%
G=32.66%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12211311100.070.090.5210.914.7245.69
Hex7A716F07934b52e
Octal17216115707116413556
Binary111101011100011101111011110011101001011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A716F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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