Html Css Color HEX #7A584D Spicy Mix

📋 copy color: '#7A584D'

red 122 ◦ green 88 ◦ blue 77

#7A584D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spicy Mix #7A584D

Tints of Spicy Mix #7A584D

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 value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0.52

RGB Variations

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

Color information

#7A584D (or 0x7A584D) is known color: 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

RGB 122 88 77 -
CMYK 0 0.28 0.37 0.52
HSL 14.67º 0.23% 0.39% -
HSV(B) 14.67º 0.37% 0.48% -
XYZ 12.86 11.65 8.59 -
YUV 96.91 116.76 145.89 -
System Red Green Blue C M Y K H S L
Decimal 122 88 77 0 0.28 0.37 0.52 14.67 0.23 0.39
Hex 7A 58 4D 0 1C 25 34 F 17 27
Octal 172 130 115 0 34 45 64 17 27 47
Binary 1111010 1011000 1001101 0 11100 100101 110100 1111 10111 100111

Color Harmonies of #7A584D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A584D

Black with #7A584D

Text Example


Text Example

White with #7A584D

Text Example


Text Example

HTML Codes & Css Web 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>