#7A584D

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

Shades of Spicy Mix #7A584D

Tints of Spicy Mix #7A584D

Color information

#7A584D (or 0x7A584D) is unknown color: approx Spicy Mix. HEX triplet: 7A, 58 and 4D. RGB value is (122,88,77). Sum of RGB (Red+Green+Blue) = 122+88+77=287 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.51% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 122 - color contains mainly: red. Hex color #7A584D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A584D is #85A7B2. Grayscale: #606060. Windows color (decimal): -8759219 or 5068922. OLE color: 5068922.

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

Color convert

RGB1228877-
CMYK00.280.370.52
HSL14.67º22.61%39.02%-
HSV(B)14.67º36.89%47.84%-
XYZ12.8611.658.59-
YUV96.91116.76145.89-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.51%
GREEN value IS 88 (34.77% from 255) = 30.66%
BLUE value IS 77 (30.47% from 255) = 26.83%
R=42.51%
G=30.66%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122887700.280.370.5214.6722.6139.02
Hex7A584D01C2534f1727
Octal1721301150344564172747
Binary111101010110001001101011100100101110100111110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A584D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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