Html Css Color HEX #7A5071 Salt Box

📋 copy color: '#7A5071'

red 122 ◦ green 80 ◦ blue 113

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

Shades of Salt Box #7A5071

Tints of Salt Box #7A5071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.4%

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

R = 38.73%
G = 25.4%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#7A5071 (or 0x7A5071) is known color: Salt Box. HEX triplet: 7A, 50 and 71. RGB value is (122,80,113). Sum of RGB (Red+Green+Blue) = 122+80+113=315 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.73% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5071 is #85AF8E. Grayscale: #606060. Windows color (decimal): -8761231 or 7426170. OLE color: 7426170.

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

Color convert

RGB 122 80 113 -
CMYK 0 0.34 0.07 0.52
HSL 312.86º 0.21% 0.4% -
HSV(B) 312.86º 0.34% 0.48% -
XYZ 13.88 11.07 17.03 -
YUV 96.32 137.41 146.32 -
System Red Green Blue C M Y K H S L
Decimal 122 80 113 0 0.34 0.07 0.52 312.86 0.21 0.4
Hex 7A 50 71 0 22 7 34 139 15 28
Octal 172 120 161 0 42 7 64 471 25 50
Binary 1111010 1010000 1110001 0 100010 111 110100 100111001 10101 101000

Color Harmonies of #7A5071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5071

Black with #7A5071

Text Example


Text Example

White with #7A5071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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