Html Css Color HEX #7C5F56 Russett

📋 copy color: '#7C5F56'

red 124 ◦ green 95 ◦ blue 86

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

Shades of Russett #7C5F56

Tints of Russett #7C5F56

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.15%

 BLUE value IS 86 (33.98% from 255) = 28.2%

R = 40.66%
G = 31.15%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.51

RGB Variations

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

Color information

#7C5F56 (or 0x7C5F56) is known color: Russett. HEX triplet: 7C, 5F and 56. RGB value is (124,95,86). Sum of RGB (Red+Green+Blue) = 124+95+86=305 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.66% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 86 (33.98% from 255 or 28.20% from 305); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5F56 is #83A0A9. Grayscale: #666666. Windows color (decimal): -8626346 or 5660540. OLE color: 5660540.

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

Color convert

RGB 124 95 86 -
CMYK 0 0.23 0.31 0.51
HSL 14.21º 0.18% 0.41% -
HSV(B) 14.21º 0.31% 0.49% -
XYZ 14.08 13.14 10.6 -
YUV 102.65 118.61 143.23 -
System Red Green Blue C M Y K H S L
Decimal 124 95 86 0 0.23 0.31 0.51 14.21 0.18 0.41
Hex 7C 5F 56 0 17 1F 33 E 12 29
Octal 174 137 126 0 27 37 63 16 22 51
Binary 1111100 1011111 1010110 0 10111 11111 110011 1110 10010 101001

Color Harmonies of #7C5F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5F56

Black with #7C5F56

Text Example


Text Example

White with #7C5F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,95,86); }

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

background-color css

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

 a { background-color: rgb(124,95,86); }

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

border-color css

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

 span { border-color: rgb(124,95,86); }

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