#7B5B4E

Color #7B5B4E Spicy Mix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Mix #7B5B4E

Tints of Spicy Mix #7B5B4E

Color information

#7B5B4E (or 0x7B5B4E) is unknown color: approx Spicy Mix. HEX triplet: 7B, 5B and 4E. RGB value is (123,91,78). Sum of RGB (Red+Green+Blue) = 123+91+78=292 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.12% from 292); Green value is 91 (35.94% from 255 or 31.16% from 292); Blue value is 78 (30.86% from 255 or 26.71% from 292); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5B4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5B4E is #84A4B1. Grayscale: #636363. Windows color (decimal): -8692914 or 5135227. OLE color: 5135227.

HSL color Cylindrical-coordinate representation of color #7B5B4E: hue angle of 17.33º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7B5B4E is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.52.

Color convert

RGB1239178-
CMYK00.260.370.52
HSL17.33º22.39%39.41%-
HSV(B)17.33º36.59%48.24%-
XYZ13.2812.248.87-
YUV99.09116.1145.06-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 42.12%
GREEN value IS 91 (35.94% from 255) = 31.16%
BLUE value IS 78 (30.86% from 255) = 26.71%
R=42.12%
G=31.16%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123917800.260.370.5217.3322.3939.41
Hex7B5B4E01A2534111627
Octal1731331160324564212647
Binary1111011101101110011100110101001011101001000110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,91,78); }

 H1.HeaderClassName
 {
   color: #7B5B4E;
 }
 .AnyTagClassName
 {
   color: #7B5B4E;
 }
</style>
background-color css

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

 a { background-color: rgb(123,91,78); }

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

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

 span { border-color: rgb(123,91,78); }

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