Html Css Color HEX #7B5671 Salt Box

📋 copy color: '#7B5671'

red 123 ◦ green 86 ◦ blue 113

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

Shades of Salt Box #7B5671

Tints of Salt Box #7B5671

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.71%

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

R = 38.2%
G = 26.71%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#7B5671 (or 0x7B5671) is known color: Salt Box. HEX triplet: 7B, 56 and 71. RGB value is (123,86,113). Sum of RGB (Red+Green+Blue) = 123+86+113=322 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.20% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5671 is #84A98E. Grayscale: #646464. Windows color (decimal): -8694159 or 7427707. OLE color: 7427707.

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

Color convert

RGB 123 86 113 -
CMYK 0 0.30 0.08 0.52
HSL 316.22º 0.18% 0.41% -
HSV(B) 316.22º 0.3% 0.48% -
XYZ 14.48 12.06 17.19 -
YUV 100.14 135.26 144.3 -
System Red Green Blue C M Y K H S L
Decimal 123 86 113 0 0.30 0.08 0.52 316.22 0.18 0.41
Hex 7B 56 71 0 1E 8 34 13C 12 29
Octal 173 126 161 0 36 10 64 474 22 51
Binary 1111011 1010110 1110001 0 11110 1000 110100 100111100 10010 101001

Color Harmonies of #7B5671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5671

Black with #7B5671

Text Example


Text Example

White with #7B5671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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