Html Css Color HEX #7C4412 Russet

📋 copy color: '#7C4412'

red 124 ◦ green 68 ◦ blue 18

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

Shades of Russet #7C4412

Tints of Russet #7C4412

RGB

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

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

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

R = 59.05%
G = 32.38%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.85

 K value IS 0.51

RGB Variations

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

Color information

#7C4412 (or 0x7C4412) is known color: Russet. HEX triplet: 7C, 44 and 12. RGB value is (124,68,18). Sum of RGB (Red+Green+Blue) = 124+68+18=210 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.05% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 18 (7.42% from 255 or 8.57% from 210); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C4412 is #83BBED. Grayscale: #4F4F4F. Windows color (decimal): -8633326 or 1197180. OLE color: 1197180.

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

Color convert

RGB 124 68 18 -
CMYK 0 0.45 0.85 0.51
HSL 28.3º 0.75% 0.28% -
HSV(B) 28.3º 0.85% 0.49% -
XYZ 10.49 8.46 1.65 -
YUV 79.04 93.55 160.07 -
System Red Green Blue C M Y K H S L
Decimal 124 68 18 0 0.45 0.85 0.51 28.3 0.75 0.28
Hex 7C 44 12 0 2D 55 33 1C 4B 1C
Octal 174 104 22 0 55 125 63 34 113 34
Binary 1111100 1000100 10010 0 101101 1010101 110011 11100 1001011 11100

Color Harmonies of #7C4412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4412

Black with #7C4412

Text Example


Text Example

White with #7C4412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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