Html Css Color HEX #7D584B Spicy Mix

📋 copy color: '#7D584B'

red 125 ◦ green 88 ◦ blue 75

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

Shades of Spicy Mix #7D584B

Tints of Spicy Mix #7D584B

RGB

 RED value IS 125 (49.22% from 255) = 43.4%

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

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

R = 43.4%
G = 30.56%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0.51

RGB Variations

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

Color information

#7D584B (or 0x7D584B) is known color: Spicy Mix. HEX triplet: 7D, 58 and 4B. RGB value is (125,88,75). Sum of RGB (Red+Green+Blue) = 125+88+75=288 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.40% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 125 - color contains mainly: red. Hex color #7D584B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D584B is #82A7B4. Grayscale: #616161. Windows color (decimal): -8562613 or 4937853. OLE color: 4937853.

HSL color Cylindrical-coordinate representation of color #7D584B: hue angle of 15.6º 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 #7D584B is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 88 75 -
CMYK 0 0.30 0.40 0.51
HSL 15.6º 0.25% 0.39% -
HSV(B) 15.6º 0.4% 0.49% -
XYZ 13.22 11.85 8.25 -
YUV 97.58 115.26 147.56 -
System Red Green Blue C M Y K H S L
Decimal 125 88 75 0 0.30 0.40 0.51 15.6 0.25 0.39
Hex 7D 58 4B 0 1E 28 33 10 19 27
Octal 175 130 113 0 36 50 63 20 31 47
Binary 1111101 1011000 1001011 0 11110 101000 110011 10000 11001 100111

Color Harmonies of #7D584B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D584B

Black with #7D584B

Text Example


Text Example

White with #7D584B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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