#7A6760

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

Shades of Russett #7A6760

Tints of Russett #7A6760

Color information

#7A6760 (or 0x7A6760) is unknown color: approx Russett. HEX triplet: 7A, 67 and 60. RGB value is (122,103,96). Sum of RGB (Red+Green+Blue) = 122+103+96=321 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.01% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6760 is #85989F. Grayscale: #6B6B6B. Windows color (decimal): -8755360 or 6317946. OLE color: 6317946.

HSL color Cylindrical-coordinate representation of color #7A6760: hue angle of 16.15º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7A6760 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.52.

Color convert

RGB12210396-
CMYK00.160.210.52
HSL16.15º11.93%42.75%-
HSV(B)16.15º21.31%47.84%-
XYZ14.9914.6813.11-
YUV107.88121.29138.07-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.01%
GREEN value IS 103 (40.62% from 255) = 32.09%
BLUE value IS 96 (37.89% from 255) = 29.91%
R=38.01%
G=32.09%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221039600.160.210.5216.1511.9342.75
Hex7A6760010153410c2b
Octal1721471400202564201453
Binary11110101100111110000001000010101110100100001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,103,96); }

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

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

 a { background-color: rgb(122,103,96); }

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

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

 span { border-color: rgb(122,103,96); }

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