#7A411A

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

Shades of Russet #7A411A

Tints of Russet #7A411A

Color information

#7A411A (or 0x7A411A) is unknown color: approx Russet. HEX triplet: 7A, 41 and 1A. RGB value is (122,65,26). Sum of RGB (Red+Green+Blue) = 122+65+26=213 (28% of max value = 765). Red value is 122 (48.05% from 255 or 57.28% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 26 (10.55% from 255 or 12.21% from 213); Max value from RGB is 122 - color contains mainly: red. Hex color #7A411A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A411A is #85BEE5. Grayscale: #4D4D4D. Windows color (decimal): -8765158 or 1720698. OLE color: 1720698.

HSL color Cylindrical-coordinate representation of color #7A411A: hue angle of 24.38º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7A411A is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.52.

Color convert

RGB1226526-
CMYK00.470.790.52
HSL24.38º64.86%29.02%-
HSV(B)24.38º78.69%47.84%-
XYZ10.17.991.99-
YUV77.698.88159.67-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 57.28%
GREEN value IS 65 (25.78% from 255) = 30.52%
BLUE value IS 26 (10.55% from 255) = 12.21%
R=57.28%
G=30.52%
B=12.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.79
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122652600.470.790.5224.3864.8629.02
Hex7A411A02F4F3418411d
Octal17210132057117643010135
Binary11110101000001110100101111100111111010011000100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A411A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,65,26); }

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

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

 a { background-color: rgb(122,65,26); }

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

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

 span { border-color: rgb(122,65,26); }

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