#7C584D

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

Shades of Spicy Mix #7C584D

Tints of Spicy Mix #7C584D

Color information

#7C584D (or 0x7C584D) is unknown color: approx Spicy Mix. HEX triplet: 7C, 58 and 4D. RGB value is (124,88,77). Sum of RGB (Red+Green+Blue) = 124+88+77=289 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.91% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 77 (30.47% from 255 or 26.64% from 289); Max value from RGB is 124 - color contains mainly: red. Hex color #7C584D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C584D is #83A7B2. Grayscale: #616161. Windows color (decimal): -8628147 or 5068924. OLE color: 5068924.

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

Color convert

RGB1248877-
CMYK00.290.380.51
HSL14.04º23.38%39.41%-
HSV(B)14.04º37.9%48.63%-
XYZ13.1411.88.61-
YUV97.51116.43146.89-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.91%
GREEN value IS 88 (34.77% from 255) = 30.45%
BLUE value IS 77 (30.47% from 255) = 26.64%
R=42.91%
G=30.45%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124887700.290.380.5114.0423.3839.41
Hex7C584D01D2633e1727
Octal1741301150354663162747
Binary111110010110001001101011101100110110011111010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C584D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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