Html Css Color HEX #7A4015 Russet

📋 copy color: '#7A4015'

red 122 ◦ green 64 ◦ blue 21

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

Shades of Russet #7A4015

Tints of Russet #7A4015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.14%

R = 58.94%
G = 30.92%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.83

 K value IS 0.52

RGB Variations

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

Color information

#7A4015 (or 0x7A4015) is known color: Russet. HEX triplet: 7A, 40 and 15. RGB value is (122,64,21). Sum of RGB (Red+Green+Blue) = 122+64+21=207 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.94% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 21 (8.59% from 255 or 10.14% from 207); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A4015 is #85BFEA. Grayscale: #4C4C4C. Windows color (decimal): -8765419 or 1392762. OLE color: 1392762.

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

Color convert

RGB 122 64 21 -
CMYK 0 0.48 0.83 0.52
HSL 25.54º 0.71% 0.28% -
HSV(B) 25.54º 0.83% 0.48% -
XYZ 9.99 7.86 1.7 -
YUV 76.44 96.72 160.5 -
System Red Green Blue C M Y K H S L
Decimal 122 64 21 0 0.48 0.83 0.52 25.54 0.71 0.28
Hex 7A 40 15 0 30 53 34 1A 47 1C
Octal 172 100 25 0 60 123 64 32 107 34
Binary 1111010 1000000 10101 0 110000 1010011 110100 11010 1000111 11100

Color Harmonies of #7A4015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A4015

Black with #7A4015

Text Example


Text Example

White with #7A4015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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