Html Css Color HEX #7C4212 Russet

📋 copy color: '#7C4212'

red 124 ◦ green 66 ◦ blue 18

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

Shades of Russet #7C4212

Tints of Russet #7C4212

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.73%

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

R = 59.62%
G = 31.73%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.51

RGB Variations

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

Color information

#7C4212 (or 0x7C4212) is known color: Russet. HEX triplet: 7C, 42 and 12. RGB value is (124,66,18). Sum of RGB (Red+Green+Blue) = 124+66+18=208 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.62% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C4212 is #83BDED. Grayscale: #4E4E4E. Windows color (decimal): -8633838 or 1196668. OLE color: 1196668.

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

Color convert

RGB 124 66 18 -
CMYK 0 0.47 0.85 0.51
HSL 27.17º 0.75% 0.28% -
HSV(B) 27.17º 0.85% 0.49% -
XYZ 10.37 8.23 1.61 -
YUV 77.87 94.22 160.9 -
System Red Green Blue C M Y K H S L
Decimal 124 66 18 0 0.47 0.85 0.51 27.17 0.75 0.28
Hex 7C 42 12 0 2F 55 33 1B 4B 1C
Octal 174 102 22 0 57 125 63 33 113 34
Binary 1111100 1000010 10010 0 101111 1010101 110011 11011 1001011 11100

Color Harmonies of #7C4212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4212

Black with #7C4212

Text Example


Text Example

White with #7C4212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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