#7C5C4F

Color #7C5C4F Spicy Mix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Mix #7C5C4F

Tints of Spicy Mix #7C5C4F

Color information

#7C5C4F (or 0x7C5C4F) is unknown color: approx Spicy Mix. HEX triplet: 7C, 5C and 4F. RGB value is (124,92,79). Sum of RGB (Red+Green+Blue) = 124+92+79=295 (39% of max value = 765). Red value is 124 (48.83% from 255 or 42.03% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 79 (31.25% from 255 or 26.78% from 295); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5C4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5C4F is #83A3B0. Grayscale: #646464. Windows color (decimal): -8627121 or 5201020. OLE color: 5201020.

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

Color convert

RGB1249279-
CMYK00.260.360.51
HSL17.33º22.17%39.8%-
HSV(B)17.33º36.29%48.63%-
XYZ13.5512.59.1-
YUV100.09116.1145.06-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.03%
GREEN value IS 92 (36.33% from 255) = 31.19%
BLUE value IS 79 (31.25% from 255) = 26.78%
R=42.03%
G=31.19%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124927900.260.360.5117.3322.1739.8
Hex7C5C4F01A2433111628
Octal1741341170324463212650
Binary1111100101110010011110110101001001100111000110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,92,79); }

 H1.HeaderClassName
 {
   color: #7C5C4F;
 }
 .AnyTagClassName
 {
   color: #7C5C4F;
 }
</style>
background-color css

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

 a { background-color: rgb(124,92,79); }

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

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

 span { border-color: rgb(124,92,79); }

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