Html Css Color HEX #7A4C1B Russet

📋 copy color: '#7A4C1B'

red 122 ◦ green 76 ◦ blue 27

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

Shades of Russet #7A4C1B

Tints of Russet #7A4C1B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.78%

 BLUE value IS 27 (10.94% from 255) = 12%

R = 54.22%
G = 33.78%
B = 12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.52

RGB Variations

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

Color information

#7A4C1B (or 0x7A4C1B) is known color: Russet. HEX triplet: 7A, 4C and 1B. RGB value is (122,76,27). Sum of RGB (Red+Green+Blue) = 122+76+27=225 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.22% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 27 (10.94% from 255 or 12% from 225); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4C1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4C1B is #85B3E4. Grayscale: #545454. Windows color (decimal): -8762341 or 1789050. OLE color: 1789050.

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

Color convert

RGB 122 76 27 -
CMYK 0 0.38 0.78 0.52
HSL 30.95º 0.64% 0.29% -
HSV(B) 30.95º 0.78% 0.48% -
XYZ 10.81 9.39 2.28 -
YUV 84.17 95.74 154.98 -
System Red Green Blue C M Y K H S L
Decimal 122 76 27 0 0.38 0.78 0.52 30.95 0.64 0.29
Hex 7A 4C 1B 0 26 4E 34 1F 40 1D
Octal 172 114 33 0 46 116 64 37 100 35
Binary 1111010 1001100 11011 0 100110 1001110 110100 11111 1000000 11101

Color Harmonies of #7A4C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A4C1B

Black with #7A4C1B

Text Example


Text Example

White with #7A4C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,76,27); }

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

background-color css

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

 a { background-color: rgb(122,76,27); }

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

border-color css

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

 span { border-color: rgb(122,76,27); }

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