Html Css Color HEX #7A5B70 Salt Box

📋 copy color: '#7A5B70'

red 122 ◦ green 91 ◦ blue 112

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

Shades of Salt Box #7A5B70

Tints of Salt Box #7A5B70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.46%

R = 37.54%
G = 28%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#7A5B70 (or 0x7A5B70) is known color: Salt Box. HEX triplet: 7A, 5B and 70. RGB value is (122,91,112). Sum of RGB (Red+Green+Blue) = 122+91+112=325 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.54% from 325); Green value is 91 (35.94% from 255 or 28% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5B70 is #85A48F. Grayscale: #666666. Windows color (decimal): -8758416 or 7363450. OLE color: 7363450.

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

Color convert

RGB 122 91 112 -
CMYK 0 0.25 0.08 0.52
HSL 319.35º 0.15% 0.42% -
HSV(B) 319.35º 0.25% 0.48% -
XYZ 14.69 12.79 17.02 -
YUV 102.66 133.27 141.79 -
System Red Green Blue C M Y K H S L
Decimal 122 91 112 0 0.25 0.08 0.52 319.35 0.15 0.42
Hex 7A 5B 70 0 19 8 34 13F F 2A
Octal 172 133 160 0 31 10 64 477 17 52
Binary 1111010 1011011 1110000 0 11001 1000 110100 100111111 1111 101010

Color Harmonies of #7A5B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5B70

Black with #7A5B70

Text Example


Text Example

White with #7A5B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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