Html Css Color HEX #7C4312 Russet

📋 copy color: '#7C4312'

red 124 ◦ green 67 ◦ blue 18

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

Shades of Russet #7C4312

Tints of Russet #7C4312

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.06%

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

R = 59.33%
G = 32.06%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.51

RGB Variations

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

Color information

#7C4312 (or 0x7C4312) is known color: Russet. HEX triplet: 7C, 43 and 12. RGB value is (124,67,18). Sum of RGB (Red+Green+Blue) = 124+67+18=209 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.33% from 209); Green value is 67 (26.56% from 255 or 32.06% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C4312 is #83BCED. Grayscale: #4E4E4E. Windows color (decimal): -8633582 or 1196924. OLE color: 1196924.

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

Color convert

RGB 124 67 18 -
CMYK 0 0.46 0.85 0.51
HSL 27.74º 0.75% 0.28% -
HSV(B) 27.74º 0.85% 0.49% -
XYZ 10.43 8.34 1.63 -
YUV 78.46 93.88 160.48 -
System Red Green Blue C M Y K H S L
Decimal 124 67 18 0 0.46 0.85 0.51 27.74 0.75 0.28
Hex 7C 43 12 0 2E 55 33 1C 4B 1C
Octal 174 103 22 0 56 125 63 34 113 34
Binary 1111100 1000011 10010 0 101110 1010101 110011 11100 1001011 11100

Color Harmonies of #7C4312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4312

Black with #7C4312

Text Example


Text Example

White with #7C4312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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