Html Css Color HEX #7B5C4D Spicy Mix

📋 copy color: '#7B5C4D'

red 123 ◦ green 92 ◦ blue 77

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

Shades of Spicy Mix #7B5C4D

Tints of Spicy Mix #7B5C4D

RGB

 RED value IS 123 (48.44% from 255) = 42.12%

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

 BLUE value IS 77 (30.47% from 255) = 26.37%

R = 42.12%
G = 31.51%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.52

RGB Variations

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

Color information

#7B5C4D (or 0x7B5C4D) is known color: Spicy Mix. HEX triplet: 7B, 5C and 4D. RGB value is (123,92,77). Sum of RGB (Red+Green+Blue) = 123+92+77=292 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.12% from 292); Green value is 92 (36.33% from 255 or 31.51% from 292); Blue value is 77 (30.47% from 255 or 26.37% from 292); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5C4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5C4D is #84A3B2. Grayscale: #636363. Windows color (decimal): -8692659 or 5069947. OLE color: 5069947.

HSL color Cylindrical-coordinate representation of color #7B5C4D: hue angle of 19.57º degrees, saturation: 0.23, 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 #7B5C4D is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 92 77 -
CMYK 0 0.25 0.37 0.52
HSL 19.57º 0.23% 0.39% -
HSV(B) 19.57º 0.37% 0.48% -
XYZ 13.34 12.4 8.71 -
YUV 99.56 115.27 144.72 -
System Red Green Blue C M Y K H S L
Decimal 123 92 77 0 0.25 0.37 0.52 19.57 0.23 0.39
Hex 7B 5C 4D 0 19 25 34 14 17 27
Octal 173 134 115 0 31 45 64 24 27 47
Binary 1111011 1011100 1001101 0 11001 100101 110100 10100 10111 100111

Color Harmonies of #7B5C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5C4D

Black with #7B5C4D

Text Example


Text Example

White with #7B5C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,92,77); }

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

background-color css

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

 a { background-color: rgb(123,92,77); }

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

border-color css

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

 span { border-color: rgb(123,92,77); }

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