Html Css Color HEX #7C5B52 Russett

📋 copy color: '#7C5B52'

red 124 ◦ green 91 ◦ blue 82

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

Shades of Russett #7C5B52

Tints of Russett #7C5B52

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.64%

 BLUE value IS 82 (32.42% from 255) = 27.61%

R = 41.75%
G = 30.64%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.51

RGB Variations

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

Color information

#7C5B52 (or 0x7C5B52) is known color: Russett. HEX triplet: 7C, 5B and 52. RGB value is (124,91,82). Sum of RGB (Red+Green+Blue) = 124+91+82=297 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.75% from 297); Green value is 91 (35.94% from 255 or 30.64% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5B52 is #83A4AD. Grayscale: #636363. Windows color (decimal): -8627374 or 5397372. OLE color: 5397372.

HSL color Cylindrical-coordinate representation of color #7C5B52: hue angle of 12.86º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7C5B52 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 91 82 -
CMYK 0 0.27 0.34 0.51
HSL 12.86º 0.2% 0.4% -
HSV(B) 12.86º 0.34% 0.49% -
XYZ 13.58 12.38 9.66 -
YUV 99.84 117.93 145.23 -
System Red Green Blue C M Y K H S L
Decimal 124 91 82 0 0.27 0.34 0.51 12.86 0.2 0.4
Hex 7C 5B 52 0 1B 22 33 D 14 28
Octal 174 133 122 0 33 42 63 15 24 50
Binary 1111100 1011011 1010010 0 11011 100010 110011 1101 10100 101000

Color Harmonies of #7C5B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5B52

Black with #7C5B52

Text Example


Text Example

White with #7C5B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,91,82); }

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

background-color css

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

 a { background-color: rgb(124,91,82); }

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

border-color css

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

 span { border-color: rgb(124,91,82); }

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