Html Css Color HEX #7A5B71 Salt Box

📋 copy color: '#7A5B71'

red 122 ◦ green 91 ◦ blue 113

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

Shades of Salt Box #7A5B71

Tints of Salt Box #7A5B71

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.91%

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

R = 37.42%
G = 27.91%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#7A5B71 (or 0x7A5B71) is known color: Salt Box. HEX triplet: 7A, 5B and 71. RGB value is (122,91,113). Sum of RGB (Red+Green+Blue) = 122+91+113=326 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.42% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5B71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5B71 is #85A48E. Grayscale: #666666. Windows color (decimal): -8758415 or 7428986. OLE color: 7428986.

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

Color convert

RGB 122 91 113 -
CMYK 0 0.25 0.07 0.52
HSL 317.42º 0.15% 0.42% -
HSV(B) 317.42º 0.25% 0.48% -
XYZ 14.75 12.81 17.32 -
YUV 102.78 133.77 141.71 -
System Red Green Blue C M Y K H S L
Decimal 122 91 113 0 0.25 0.07 0.52 317.42 0.15 0.42
Hex 7A 5B 71 0 19 7 34 13D F 2A
Octal 172 133 161 0 31 7 64 475 17 52
Binary 1111010 1011011 1110001 0 11001 111 110100 100111101 1111 101010

Color Harmonies of #7A5B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5B71

Black with #7A5B71

Text Example


Text Example

White with #7A5B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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