Html Css Color HEX #7E5B50 Spicy Mix

📋 copy color: '#7E5B50'

red 126 ◦ green 91 ◦ blue 80

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

Shades of Spicy Mix #7E5B50

Tints of Spicy Mix #7E5B50

RGB

 RED value IS 126 (49.61% from 255) = 42.42%

 GREEN value IS 91 (35.94% from 255) = 30.64%

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

R = 42.42%
G = 30.64%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0.51

RGB Variations

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

Color information

#7E5B50 (or 0x7E5B50) is known color: Spicy Mix. HEX triplet: 7E, 5B and 50. RGB value is (126,91,80). Sum of RGB (Red+Green+Blue) = 126+91+80=297 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.42% from 297); Green value is 91 (35.94% from 255 or 30.64% from 297); Blue value is 80 (31.64% from 255 or 26.94% from 297); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5B50 is #81A4AF. Grayscale: #646464. Windows color (decimal): -8496304 or 5266302. OLE color: 5266302.

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

Color convert

RGB 126 91 80 -
CMYK 0 0.28 0.37 0.51
HSL 14.35º 0.22% 0.4% -
HSV(B) 14.35º 0.37% 0.49% -
XYZ 13.79 12.5 9.27 -
YUV 100.21 116.6 146.39 -
System Red Green Blue C M Y K H S L
Decimal 126 91 80 0 0.28 0.37 0.51 14.35 0.22 0.4
Hex 7E 5B 50 0 1C 25 33 E 16 28
Octal 176 133 120 0 34 45 63 16 26 50
Binary 1111110 1011011 1010000 0 11100 100101 110011 1110 10110 101000

Color Harmonies of #7E5B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5B50

Black with #7E5B50

Text Example


Text Example

White with #7E5B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,91,80); }

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

background-color css

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

 a { background-color: rgb(126,91,80); }

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

border-color css

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

 span { border-color: rgb(126,91,80); }

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