Html Css Color HEX #7A5671 Salt Box

📋 copy color: '#7A5671'

red 122 ◦ green 86 ◦ blue 113

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

Shades of Salt Box #7A5671

Tints of Salt Box #7A5671

RGB

 RED value IS 122 (48.05% from 255) = 38.01%

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

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

R = 38.01%
G = 26.79%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#7A5671 (or 0x7A5671) is known color: Salt Box. HEX triplet: 7A, 56 and 71. RGB value is (122,86,113). Sum of RGB (Red+Green+Blue) = 122+86+113=321 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.01% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5671 is #85A98E. Grayscale: #636363. Windows color (decimal): -8759695 or 7427706. OLE color: 7427706.

HSL color Cylindrical-coordinate representation of color #7A5671: hue angle of 315º degrees, saturation: 0.17, 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 #7A5671 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 86 113 -
CMYK 0 0.30 0.07 0.52
HSL 315º 0.17% 0.41% -
HSV(B) 315º 0.3% 0.48% -
XYZ 14.33 11.99 17.18 -
YUV 99.84 135.43 143.8 -
System Red Green Blue C M Y K H S L
Decimal 122 86 113 0 0.30 0.07 0.52 315 0.17 0.41
Hex 7A 56 71 0 1E 7 34 13B 11 29
Octal 172 126 161 0 36 7 64 473 21 51
Binary 1111010 1010110 1110001 0 11110 111 110100 100111011 10001 101001

Color Harmonies of #7A5671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5671

Black with #7A5671

Text Example


Text Example

White with #7A5671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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