Html Css Color HEX #7C4112 Russet

📋 copy color: '#7C4112'

red 124 ◦ green 65 ◦ blue 18

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

Shades of Russet #7C4112

Tints of Russet #7C4112

RGB

 RED value IS 124 (48.83% from 255) = 59.9%

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

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

R = 59.9%
G = 31.4%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.51

RGB Variations

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

Color information

#7C4112 (or 0x7C4112) is known color: Russet. HEX triplet: 7C, 41 and 12. RGB value is (124,65,18). Sum of RGB (Red+Green+Blue) = 124+65+18=207 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.90% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 18 (7.42% from 255 or 8.70% from 207); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C4112 is #83BEED. Grayscale: #4D4D4D. Windows color (decimal): -8634094 or 1196412. OLE color: 1196412.

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

Color convert

RGB 124 65 18 -
CMYK 0 0.48 0.85 0.51
HSL 26.6º 0.75% 0.28% -
HSV(B) 26.6º 0.85% 0.49% -
XYZ 10.31 8.11 1.59 -
YUV 77.28 94.55 161.32 -
System Red Green Blue C M Y K H S L
Decimal 124 65 18 0 0.48 0.85 0.51 26.6 0.75 0.28
Hex 7C 41 12 0 30 55 33 1B 4B 1C
Octal 174 101 22 0 60 125 63 33 113 34
Binary 1111100 1000001 10010 0 110000 1010101 110011 11011 1001011 11100

Color Harmonies of #7C4112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4112

Black with #7C4112

Text Example


Text Example

White with #7C4112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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