Html Css Color HEX #7B5171 Salt Box

📋 copy color: '#7B5171'

red 123 ◦ green 81 ◦ blue 113

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

Shades of Salt Box #7B5171

Tints of Salt Box #7B5171

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.55%

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

R = 38.8%
G = 25.55%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#7B5171 (or 0x7B5171) is known color: Salt Box. HEX triplet: 7B, 51 and 71. RGB value is (123,81,113). Sum of RGB (Red+Green+Blue) = 123+81+113=317 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.80% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5171 is #84AE8E. Grayscale: #616161. Windows color (decimal): -8695439 or 7426427. OLE color: 7426427.

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

Color convert

RGB 123 81 113 -
CMYK 0 0.34 0.08 0.52
HSL 314.29º 0.21% 0.4% -
HSV(B) 314.29º 0.34% 0.48% -
XYZ 14.09 11.29 17.06 -
YUV 97.21 136.91 146.4 -
System Red Green Blue C M Y K H S L
Decimal 123 81 113 0 0.34 0.08 0.52 314.29 0.21 0.4
Hex 7B 51 71 0 22 8 34 13A 15 28
Octal 173 121 161 0 42 10 64 472 25 50
Binary 1111011 1010001 1110001 0 100010 1000 110100 100111010 10101 101000

Color Harmonies of #7B5171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5171

Black with #7B5171

Text Example


Text Example

White with #7B5171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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