Html Css Color HEX #7C584C Spicy Mix

📋 copy color: '#7C584C'

red 124 ◦ green 88 ◦ blue 76

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

Shades of Spicy Mix #7C584C

Tints of Spicy Mix #7C584C

RGB

 RED value IS 124 (48.83% from 255) = 43.06%

 GREEN value IS 88 (34.77% from 255) = 30.56%

 BLUE value IS 76 (30.08% from 255) = 26.39%

R = 43.06%
G = 30.56%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.39

 K value IS 0.51

RGB Variations

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

Color information

#7C584C (or 0x7C584C) is known color: Spicy Mix. HEX triplet: 7C, 58 and 4C. RGB value is (124,88,76). Sum of RGB (Red+Green+Blue) = 124+88+76=288 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.06% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 76 (30.08% from 255 or 26.39% from 288); Max value from RGB is 124 - color contains mainly: red. Hex color #7C584C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C584C is #83A7B3. Grayscale: #616161. Windows color (decimal): -8628148 or 5003388. OLE color: 5003388.

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

Color convert

RGB 124 88 76 -
CMYK 0 0.29 0.39 0.51
HSL 15º 0.24% 0.39% -
HSV(B) 15º 0.39% 0.49% -
XYZ 13.11 11.79 8.42 -
YUV 97.4 115.93 146.98 -
System Red Green Blue C M Y K H S L
Decimal 124 88 76 0 0.29 0.39 0.51 15 0.24 0.39
Hex 7C 58 4C 0 1D 27 33 F 18 27
Octal 174 130 114 0 35 47 63 17 30 47
Binary 1111100 1011000 1001100 0 11101 100111 110011 1111 11000 100111

Color Harmonies of #7C584C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C584C

Black with #7C584C

Text Example


Text Example

White with #7C584C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7C584C;
 }
 .AnyTagClassName
 {
   color: #7C584C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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