Html Css Color HEX #7B5571 Salt Box

📋 copy color: '#7B5571'

red 123 ◦ green 85 ◦ blue 113

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

Shades of Salt Box #7B5571

Tints of Salt Box #7B5571

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.48%

 BLUE value IS 113 (44.53% from 255) = 35.2%

R = 38.32%
G = 26.48%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#7B5571 (or 0x7B5571) is known color: Salt Box. HEX triplet: 7B, 55 and 71. RGB value is (123,85,113). Sum of RGB (Red+Green+Blue) = 123+85+113=321 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.32% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5571 is #84AA8E. Grayscale: #636363. Windows color (decimal): -8694415 or 7427451. OLE color: 7427451.

HSL color Cylindrical-coordinate representation of color #7B5571: hue angle of 315.79º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7B5571 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 85 113 -
CMYK 0 0.31 0.08 0.52
HSL 315.79º 0.18% 0.41% -
HSV(B) 315.79º 0.31% 0.48% -
XYZ 14.4 11.9 17.16 -
YUV 99.55 135.59 144.72 -
System Red Green Blue C M Y K H S L
Decimal 123 85 113 0 0.31 0.08 0.52 315.79 0.18 0.41
Hex 7B 55 71 0 1F 8 34 13C 12 29
Octal 173 125 161 0 37 10 64 474 22 51
Binary 1111011 1010101 1110001 0 11111 1000 110100 100111100 10010 101001

Color Harmonies of #7B5571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5571

Black with #7B5571

Text Example


Text Example

White with #7B5571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,85,113); }

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

background-color css

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

 a { background-color: rgb(123,85,113); }

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

border-color css

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

 span { border-color: rgb(123,85,113); }

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