Html Css Color HEX #7A4018 Russet

📋 copy color: '#7A4018'

red 122 ◦ green 64 ◦ blue 24

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

Shades of Russet #7A4018

Tints of Russet #7A4018

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.48%

 BLUE value IS 24 (9.77% from 255) = 11.43%

R = 58.1%
G = 30.48%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.80

 K value IS 0.52

RGB Variations

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

Color information

#7A4018 (or 0x7A4018) is known color: Russet. HEX triplet: 7A, 40 and 18. RGB value is (122,64,24). Sum of RGB (Red+Green+Blue) = 122+64+24=210 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.10% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 24 (9.77% from 255 or 11.43% from 210); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A4018 is #85BFE7. Grayscale: #4D4D4D. Windows color (decimal): -8765416 or 1589370. OLE color: 1589370.

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

Color convert

RGB 122 64 24 -
CMYK 0 0.48 0.80 0.52
HSL 24.49º 0.67% 0.29% -
HSV(B) 24.49º 0.8% 0.48% -
XYZ 10.02 7.87 1.85 -
YUV 76.78 98.22 160.25 -
System Red Green Blue C M Y K H S L
Decimal 122 64 24 0 0.48 0.80 0.52 24.49 0.67 0.29
Hex 7A 40 18 0 30 50 34 18 43 1D
Octal 172 100 30 0 60 120 64 30 103 35
Binary 1111010 1000000 11000 0 110000 1010000 110100 11000 1000011 11101

Color Harmonies of #7A4018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A4018

Black with #7A4018

Text Example


Text Example

White with #7A4018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,64,24); }

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

background-color css

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

 a { background-color: rgb(122,64,24); }

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

border-color css

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

 span { border-color: rgb(122,64,24); }

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