Html Css Color HEX #7D5950 Spicy Mix

📋 copy color: '#7D5950'

red 125 ◦ green 89 ◦ blue 80

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

Shades of Spicy Mix #7D5950

Tints of Spicy Mix #7D5950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.27%

 BLUE value IS 80 (31.64% from 255) = 27.21%

R = 42.52%
G = 30.27%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.51

RGB Variations

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

Color information

#7D5950 (or 0x7D5950) is known color: Spicy Mix. HEX triplet: 7D, 59 and 50. RGB value is (125,89,80). Sum of RGB (Red+Green+Blue) = 125+89+80=294 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.52% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 80 (31.64% from 255 or 27.21% from 294); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5950 is #82A6AF. Grayscale: #626262. Windows color (decimal): -8562352 or 5265789. OLE color: 5265789.

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

Color convert

RGB 125 89 80 -
CMYK 0 0.29 0.36 0.51
HSL 12º 0.22% 0.4% -
HSV(B) 12º 0.36% 0.49% -
XYZ 13.48 12.08 9.21 -
YUV 98.74 117.43 146.73 -
System Red Green Blue C M Y K H S L
Decimal 125 89 80 0 0.29 0.36 0.51 12 0.22 0.4
Hex 7D 59 50 0 1D 24 33 C 16 28
Octal 175 131 120 0 35 44 63 14 26 50
Binary 1111101 1011001 1010000 0 11101 100100 110011 1100 10110 101000

Color Harmonies of #7D5950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5950

Black with #7D5950

Text Example


Text Example

White with #7D5950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,89,80); }

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

background-color css

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

 a { background-color: rgb(125,89,80); }

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

border-color css

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

 span { border-color: rgb(125,89,80); }

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