#7D584E

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

Shades of Spicy Mix #7D584E

Tints of Spicy Mix #7D584E

Color information

#7D584E (or 0x7D584E) is unknown color: approx Spicy Mix. HEX triplet: 7D, 58 and 4E. RGB value is (125,88,78). Sum of RGB (Red+Green+Blue) = 125+88+78=291 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.96% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 125 - color contains mainly: red. Hex color #7D584E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D584E is #82A7B1. Grayscale: #616161. Windows color (decimal): -8562610 or 5134461. OLE color: 5134461.

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

Color convert

RGB1258878-
CMYK00.300.380.51
HSL12.77º23.15%39.8%-
HSV(B)12.77º37.6%49.02%-
XYZ13.3211.898.8-
YUV97.92116.76147.31-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 42.96%
GREEN value IS 88 (34.77% from 255) = 30.24%
BLUE value IS 78 (30.86% from 255) = 26.80%
R=42.96%
G=30.24%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125887800.300.380.5112.7723.1539.8
Hex7D584E01E2633d1728
Octal1751301160364663152750
Binary111110110110001001110011110100110110011110110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D584E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,88,78); }

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

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

 a { background-color: rgb(125,88,78); }

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

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

 span { border-color: rgb(125,88,78); }

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