Html Css Color HEX #7A5871 Salt Box

📋 copy color: '#7A5871'

red 122 ◦ green 88 ◦ blue 113

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

Shades of Salt Box #7A5871

Tints of Salt Box #7A5871

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.24%

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

R = 37.77%
G = 27.24%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#7A5871 (or 0x7A5871) is known color: Salt Box. HEX triplet: 7A, 58 and 71. RGB value is (122,88,113). Sum of RGB (Red+Green+Blue) = 122+88+113=323 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.77% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5871 is #85A78E. Grayscale: #646464. Windows color (decimal): -8759183 or 7428218. OLE color: 7428218.

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

Color convert

RGB 122 88 113 -
CMYK 0 0.28 0.07 0.52
HSL 315.88º 0.16% 0.41% -
HSV(B) 315.88º 0.28% 0.48% -
XYZ 14.5 12.31 17.23 -
YUV 101.02 134.76 142.97 -
System Red Green Blue C M Y K H S L
Decimal 122 88 113 0 0.28 0.07 0.52 315.88 0.16 0.41
Hex 7A 58 71 0 1C 7 34 13C 10 29
Octal 172 130 161 0 34 7 64 474 20 51
Binary 1111010 1011000 1110001 0 11100 111 110100 100111100 10000 101001

Color Harmonies of #7A5871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5871

Black with #7A5871

Text Example


Text Example

White with #7A5871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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