Html Css Color HEX #7A4113 Russet

📋 copy color: '#7A4113'

red 122 ◦ green 65 ◦ blue 19

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

Shades of Russet #7A4113

Tints of Russet #7A4113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.22%

R = 59.22%
G = 31.55%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.52

RGB Variations

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

Color information

#7A4113 (or 0x7A4113) is known color: Russet. HEX triplet: 7A, 41 and 13. RGB value is (122,65,19). Sum of RGB (Red+Green+Blue) = 122+65+19=206 (27% of max value = 765). Red value is 122 (48.05% from 255 or 59.22% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 19 (7.81% from 255 or 9.22% from 206); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A4113 is #85BEEC. Grayscale: #4D4D4D. Windows color (decimal): -8765165 or 1261946. OLE color: 1261946.

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

Color convert

RGB 122 65 19 -
CMYK 0 0.47 0.84 0.52
HSL 26.8º 0.73% 0.28% -
HSV(B) 26.8º 0.84% 0.48% -
XYZ 10.03 7.97 1.62 -
YUV 76.8 95.38 160.24 -
System Red Green Blue C M Y K H S L
Decimal 122 65 19 0 0.47 0.84 0.52 26.8 0.73 0.28
Hex 7A 41 13 0 2F 54 34 1B 49 1C
Octal 172 101 23 0 57 124 64 33 111 34
Binary 1111010 1000001 10011 0 101111 1010100 110100 11011 1001001 11100

Color Harmonies of #7A4113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A4113

Black with #7A4113

Text Example


Text Example

White with #7A4113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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