Html Css Color HEX #7A461B Russet

📋 copy color: '#7A461B'

red 122 ◦ green 70 ◦ blue 27

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

Shades of Russet #7A461B

Tints of Russet #7A461B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.96%

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

R = 55.71%
G = 31.96%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.78

 K value IS 0.52

RGB Variations

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

Color information

#7A461B (or 0x7A461B) is known color: Russet. HEX triplet: 7A, 46 and 1B. RGB value is (122,70,27). Sum of RGB (Red+Green+Blue) = 122+70+27=219 (29% of max value = 765). Red value is 122 (48.05% from 255 or 55.71% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 27 (10.94% from 255 or 12.33% from 219); Max value from RGB is 122 - color contains mainly: red. Hex color #7A461B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A461B is #85B9E4. Grayscale: #505050. Windows color (decimal): -8763877 or 1787514. OLE color: 1787514.

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

Color convert

RGB 122 70 27 -
CMYK 0 0.43 0.78 0.52
HSL 27.16º 0.64% 0.29% -
HSV(B) 27.16º 0.78% 0.48% -
XYZ 10.41 8.6 2.15 -
YUV 80.65 97.73 157.5 -
System Red Green Blue C M Y K H S L
Decimal 122 70 27 0 0.43 0.78 0.52 27.16 0.64 0.29
Hex 7A 46 1B 0 2B 4E 34 1B 40 1D
Octal 172 106 33 0 53 116 64 33 100 35
Binary 1111010 1000110 11011 0 101011 1001110 110100 11011 1000000 11101

Color Harmonies of #7A461B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A461B

Black with #7A461B

Text Example


Text Example

White with #7A461B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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