Html Css Color HEX #7C4011 Russet

📋 copy color: '#7C4011'

red 124 ◦ green 64 ◦ blue 17

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

Shades of Russet #7C4011

Tints of Russet #7C4011

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.22%

 BLUE value IS 17 (7.03% from 255) = 8.29%

R = 60.49%
G = 31.22%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#7C4011 (or 0x7C4011) is known color: Russet. HEX triplet: 7C, 40 and 11. RGB value is (124,64,17). Sum of RGB (Red+Green+Blue) = 124+64+17=205 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.49% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 17 (7.03% from 255 or 8.29% from 205); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C4011 is #83BFEE. Grayscale: #4C4C4C. Windows color (decimal): -8634351 or 1130620. OLE color: 1130620.

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

Color convert

RGB 124 64 17 -
CMYK 0 0.48 0.86 0.51
HSL 26.36º 0.76% 0.28% -
HSV(B) 26.36º 0.86% 0.49% -
XYZ 10.25 7.99 1.53 -
YUV 76.58 94.38 161.82 -
System Red Green Blue C M Y K H S L
Decimal 124 64 17 0 0.48 0.86 0.51 26.36 0.76 0.28
Hex 7C 40 11 0 30 56 33 1A 4C 1C
Octal 174 100 21 0 60 126 63 32 114 34
Binary 1111100 1000000 10001 0 110000 1010110 110011 11010 1001100 11100

Color Harmonies of #7C4011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4011

Black with #7C4011

Text Example


Text Example

White with #7C4011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,64,17); }

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

background-color css

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

 a { background-color: rgb(124,64,17); }

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

border-color css

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

 span { border-color: rgb(124,64,17); }

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