#7A584C

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

Shades of Spicy Mix #7A584C

Tints of Spicy Mix #7A584C

Color information

#7A584C (or 0x7A584C) is unknown color: approx Spicy Mix. HEX triplet: 7A, 58 and 4C. RGB value is (122,88,76). Sum of RGB (Red+Green+Blue) = 122+88+76=286 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.66% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 122 - color contains mainly: red. Hex color #7A584C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A584C is #85A7B3. Grayscale: #606060. Windows color (decimal): -8759220 or 5003386. OLE color: 5003386.

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

Color convert

RGB1228876-
CMYK00.280.380.52
HSL15.65º23.23%38.82%-
HSV(B)15.65º37.7%47.84%-
XYZ12.8211.648.41-
YUV96.8116.26145.98-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.66%
GREEN value IS 88 (34.77% from 255) = 30.77%
BLUE value IS 76 (30.08% from 255) = 26.57%
R=42.66%
G=30.77%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122887600.280.380.5215.6523.2338.82
Hex7A584C01C2634101727
Octal1721301140344664202747
Binary1111010101100010011000111001001101101001000010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A584C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,88,76); }

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

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

 a { background-color: rgb(122,88,76); }

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

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

 span { border-color: rgb(122,88,76); }

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