Html Css Color HEX #7C4220 Russet

📋 copy color: '#7C4220'

red 124 ◦ green 66 ◦ blue 32

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

Shades of Russet #7C4220

Tints of Russet #7C4220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.41%

R = 55.86%
G = 29.73%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.51

RGB Variations

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

Color information

#7C4220 (or 0x7C4220) is known color: Russet. HEX triplet: 7C, 42 and 20. RGB value is (124,66,32). Sum of RGB (Red+Green+Blue) = 124+66+32=222 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.86% from 222); Green value is 66 (26.17% from 255 or 29.73% from 222); Blue value is 32 (12.89% from 255 or 14.41% from 222); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4220 is #83BDDF. Grayscale: #4F4F4F. Windows color (decimal): -8633824 or 2114172. OLE color: 2114172.

HSL color Cylindrical-coordinate representation of color #7C4220: hue angle of 22.17º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7C4220 is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 66 32 -
CMYK 0 0.47 0.74 0.51
HSL 22.17º 0.59% 0.31% -
HSV(B) 22.17º 0.74% 0.49% -
XYZ 10.52 8.29 2.41 -
YUV 79.47 101.22 159.76 -
System Red Green Blue C M Y K H S L
Decimal 124 66 32 0 0.47 0.74 0.51 22.17 0.59 0.31
Hex 7C 42 20 0 2F 4A 33 16 3B 1F
Octal 174 102 40 0 57 112 63 26 73 37
Binary 1111100 1000010 100000 0 101111 1001010 110011 10110 111011 11111

Color Harmonies of #7C4220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4220

Black with #7C4220

Text Example


Text Example

White with #7C4220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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