Html Css Color HEX #7A401A Russet

📋 copy color: '#7A401A'

red 122 ◦ green 64 ◦ blue 26

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

Shades of Russet #7A401A

Tints of Russet #7A401A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.26%

R = 57.55%
G = 30.19%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.79

 K value IS 0.52

RGB Variations

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

Color information

#7A401A (or 0x7A401A) is known color: Russet. HEX triplet: 7A, 40 and 1A. RGB value is (122,64,26). Sum of RGB (Red+Green+Blue) = 122+64+26=212 (28% of max value = 765). Red value is 122 (48.05% from 255 or 57.55% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 26 (10.55% from 255 or 12.26% from 212); Max value from RGB is 122 - color contains mainly: red. Hex color #7A401A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A401A is #85BFE5. Grayscale: #4D4D4D. Windows color (decimal): -8765414 or 1720442. OLE color: 1720442.

HSL color Cylindrical-coordinate representation of color #7A401A: hue angle of 23.75º 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 #7A401A is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 64 26 -
CMYK 0 0.48 0.79 0.52
HSL 23.75º 0.65% 0.29% -
HSV(B) 23.75º 0.79% 0.48% -
XYZ 10.05 7.88 1.97 -
YUV 77.01 99.22 160.09 -
System Red Green Blue C M Y K H S L
Decimal 122 64 26 0 0.48 0.79 0.52 23.75 0.65 0.29
Hex 7A 40 1A 0 30 4F 34 18 41 1D
Octal 172 100 32 0 60 117 64 30 101 35
Binary 1111010 1000000 11010 0 110000 1001111 110100 11000 1000001 11101

Color Harmonies of #7A401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A401A

Black with #7A401A

Text Example


Text Example

White with #7A401A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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