Html Css Color HEX #7B4412 Russet

📋 copy color: '#7B4412'

red 123 ◦ green 68 ◦ blue 18

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

Shades of Russet #7B4412

Tints of Russet #7B4412

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.54%

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

R = 58.85%
G = 32.54%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.85

 K value IS 0.52

RGB Variations

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

Color information

#7B4412 (or 0x7B4412) is known color: Russet. HEX triplet: 7B, 44 and 12. RGB value is (123,68,18). Sum of RGB (Red+Green+Blue) = 123+68+18=209 (27% of max value = 765). Red value is 123 (48.44% from 255 or 58.85% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B4412 is #84BBED. Grayscale: #4F4F4F. Windows color (decimal): -8698862 or 1197179. OLE color: 1197179.

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

Color convert

RGB 123 68 18 -
CMYK 0 0.45 0.85 0.52
HSL 28.57º 0.74% 0.28% -
HSV(B) 28.57º 0.85% 0.48% -
XYZ 10.34 8.39 1.65 -
YUV 78.75 93.72 159.57 -
System Red Green Blue C M Y K H S L
Decimal 123 68 18 0 0.45 0.85 0.52 28.57 0.74 0.28
Hex 7B 44 12 0 2D 55 34 1D 4A 1C
Octal 173 104 22 0 55 125 64 35 112 34
Binary 1111011 1000100 10010 0 101101 1010101 110100 11101 1001010 11100

Color Harmonies of #7B4412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4412

Black with #7B4412

Text Example


Text Example

White with #7B4412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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