#7A615A

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

Shades of Russett #7A615A

Tints of Russett #7A615A

Color information

#7A615A (or 0x7A615A) is unknown color: approx Russett. HEX triplet: 7A, 61 and 5A. RGB value is (122,97,90). Sum of RGB (Red+Green+Blue) = 122+97+90=309 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.48% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 122 - color contains mainly: red. Hex color #7A615A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A615A is #859EA5. Grayscale: #676767. Windows color (decimal): -8756902 or 5923194. OLE color: 5923194.

HSL color Cylindrical-coordinate representation of color #7A615A: hue angle of 13.13º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7A615A is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.52.

Color convert

RGB1229790-
CMYK00.200.260.52
HSL13.13º15.09%41.57%-
HSV(B)13.13º26.23%47.84%-
XYZ14.1513.4311.52-
YUV103.68120.28141.07-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.48%
GREEN value IS 97 (38.28% from 255) = 31.39%
BLUE value IS 90 (35.55% from 255) = 29.13%
R=39.48%
G=31.39%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122979000.200.260.5213.1315.0941.57
Hex7A615A0141A34df2a
Octal1721411320243264151752
Binary1111010110000110110100101001101011010011011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A615A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,97,90); }

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

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

 a { background-color: rgb(122,97,90); }

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

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

 span { border-color: rgb(122,97,90); }

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