Html Css Color HEX #7B4112 Russet

📋 copy color: '#7B4112'

red 123 ◦ green 65 ◦ blue 18

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

Shades of Russet #7B4112

Tints of Russet #7B4112

RGB

 RED value IS 123 (48.44% from 255) = 59.71%

 GREEN value IS 65 (25.78% from 255) = 31.55%

 BLUE value IS 18 (7.42% from 255) = 8.74%

R = 59.71%
G = 31.55%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.52

RGB Variations

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

Color information

#7B4112 (or 0x7B4112) is known color: Russet. HEX triplet: 7B, 41 and 12. RGB value is (123,65,18). Sum of RGB (Red+Green+Blue) = 123+65+18=206 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.71% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 18 (7.42% from 255 or 8.74% from 206); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B4112 is #84BEED. Grayscale: #4D4D4D. Windows color (decimal): -8699630 or 1196411. OLE color: 1196411.

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

Color convert

RGB 123 65 18 -
CMYK 0 0.47 0.85 0.52
HSL 26.86º 0.74% 0.28% -
HSV(B) 26.86º 0.85% 0.48% -
XYZ 10.17 8.04 1.59 -
YUV 76.98 94.72 160.82 -
System Red Green Blue C M Y K H S L
Decimal 123 65 18 0 0.47 0.85 0.52 26.86 0.74 0.28
Hex 7B 41 12 0 2F 55 34 1B 4A 1C
Octal 173 101 22 0 57 125 64 33 112 34
Binary 1111011 1000001 10010 0 101111 1010101 110100 11011 1001010 11100

Color Harmonies of #7B4112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4112

Black with #7B4112

Text Example


Text Example

White with #7B4112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,65,18); }

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

background-color css

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

 a { background-color: rgb(123,65,18); }

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

border-color css

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

 span { border-color: rgb(123,65,18); }

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