Html Css Color HEX #7D5C50 Spicy Mix

📋 copy color: '#7D5C50'

red 125 ◦ green 92 ◦ blue 80

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

Shades of Spicy Mix #7D5C50

Tints of Spicy Mix #7D5C50

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.98%

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

R = 42.09%
G = 30.98%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.51

RGB Variations

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

Color information

#7D5C50 (or 0x7D5C50) is known color: Spicy Mix. HEX triplet: 7D, 5C and 50. RGB value is (125,92,80). Sum of RGB (Red+Green+Blue) = 125+92+80=297 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.09% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 80 (31.64% from 255 or 26.94% from 297); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5C50 is #82A3AF. Grayscale: #646464. Windows color (decimal): -8561584 or 5266557. OLE color: 5266557.

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

Color convert

RGB 125 92 80 -
CMYK 0 0.26 0.36 0.51
HSL 16º 0.22% 0.4% -
HSV(B) 16º 0.36% 0.49% -
XYZ 13.73 12.59 9.3 -
YUV 100.5 116.43 145.48 -
System Red Green Blue C M Y K H S L
Decimal 125 92 80 0 0.26 0.36 0.51 16 0.22 0.4
Hex 7D 5C 50 0 1A 24 33 10 16 28
Octal 175 134 120 0 32 44 63 20 26 50
Binary 1111101 1011100 1010000 0 11010 100100 110011 10000 10110 101000

Color Harmonies of #7D5C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5C50

Black with #7D5C50

Text Example


Text Example

White with #7D5C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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