#7C5850

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

Shades of Spicy Mix #7C5850

Tints of Spicy Mix #7C5850

Color information

#7C5850 (or 0x7C5850) is unknown color: approx Spicy Mix. HEX triplet: 7C, 58 and 50. RGB value is (124,88,80). Sum of RGB (Red+Green+Blue) = 124+88+80=292 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.47% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 80 (31.64% from 255 or 27.40% from 292); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5850 is #83A7AF. Grayscale: #616161. Windows color (decimal): -8628144 or 5265532. OLE color: 5265532.

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

Color convert

RGB1248880-
CMYK00.290.350.51
HSL10.91º21.57%40%-
HSV(B)10.91º35.48%48.63%-
XYZ13.2511.849.18-
YUV97.85117.93146.65-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.47%
GREEN value IS 88 (34.77% from 255) = 30.14%
BLUE value IS 80 (31.64% from 255) = 27.40%
R=42.47%
G=30.14%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124888000.290.350.5110.9121.5740
Hex7C585001D2333b1628
Octal1741301200354363132650
Binary111110010110001010000011101100011110011101110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,88,80); }

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

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

 a { background-color: rgb(124,88,80); }

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

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

 span { border-color: rgb(124,88,80); }

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