Html Css Color HEX #7A4116 Russet

📋 copy color: '#7A4116'

red 122 ◦ green 65 ◦ blue 22

#7A4116
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Russet #7A4116

Tints of Russet #7A4116

RGB

 RED value IS 122 (48.05% from 255) = 58.37%

 GREEN value IS 65 (25.78% from 255) = 31.1%

 BLUE value IS 22 (8.98% from 255) = 10.53%

R = 58.37%
G = 31.1%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.82

 K value IS 0.52

RGB Variations

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

Color information

#7A4116 (or 0x7A4116) is known color: Russet. HEX triplet: 7A, 41 and 16. RGB value is (122,65,22). Sum of RGB (Red+Green+Blue) = 122+65+22=209 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.37% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 22 (8.98% from 255 or 10.53% from 209); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A4116 is #85BEE9. Grayscale: #4D4D4D. Windows color (decimal): -8765162 or 1458554. OLE color: 1458554.

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

Color convert

RGB 122 65 22 -
CMYK 0 0.47 0.82 0.52
HSL 25.8º 0.69% 0.28% -
HSV(B) 25.8º 0.82% 0.48% -
XYZ 10.06 7.98 1.77 -
YUV 77.14 96.88 160 -
System Red Green Blue C M Y K H S L
Decimal 122 65 22 0 0.47 0.82 0.52 25.8 0.69 0.28
Hex 7A 41 16 0 2F 52 34 1A 45 1C
Octal 172 101 26 0 57 122 64 32 105 34
Binary 1111010 1000001 10110 0 101111 1010010 110100 11010 1000101 11100

Color Harmonies of #7A4116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A4116

Black with #7A4116

Text Example


Text Example

White with #7A4116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7A4116;
 }
 .AnyTagClassName
 {
   color: #7A4116;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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