Html Css Color HEX #7C584B Spicy Mix

📋 copy color: '#7C584B'

red 124 ◦ green 88 ◦ blue 75

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

Shades of Spicy Mix #7C584B

Tints of Spicy Mix #7C584B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.13%

R = 43.21%
G = 30.66%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.51

RGB Variations

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

Color information

#7C584B (or 0x7C584B) is known color: Spicy Mix. HEX triplet: 7C, 58 and 4B. RGB value is (124,88,75). Sum of RGB (Red+Green+Blue) = 124+88+75=287 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.21% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 124 - color contains mainly: red. Hex color #7C584B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C584B is #83A7B4. Grayscale: #616161. Windows color (decimal): -8628149 or 4937852. OLE color: 4937852.

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

Color convert

RGB 124 88 75 -
CMYK 0 0.29 0.40 0.51
HSL 15.92º 0.25% 0.39% -
HSV(B) 15.92º 0.4% 0.49% -
XYZ 13.07 11.77 8.24 -
YUV 97.28 115.43 147.06 -
System Red Green Blue C M Y K H S L
Decimal 124 88 75 0 0.29 0.40 0.51 15.92 0.25 0.39
Hex 7C 58 4B 0 1D 28 33 10 19 27
Octal 174 130 113 0 35 50 63 20 31 47
Binary 1111100 1011000 1001011 0 11101 101000 110011 10000 11001 100111

Color Harmonies of #7C584B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C584B

Black with #7C584B

Text Example


Text Example

White with #7C584B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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