Html Css Color HEX #7A5A70 Salt Box

📋 copy color: '#7A5A70'

red 122 ◦ green 90 ◦ blue 112

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

Shades of Salt Box #7A5A70

Tints of Salt Box #7A5A70

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.78%

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

R = 37.65%
G = 27.78%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#7A5A70 (or 0x7A5A70) is known color: Salt Box. HEX triplet: 7A, 5A and 70. RGB value is (122,90,112). Sum of RGB (Red+Green+Blue) = 122+90+112=324 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.65% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5A70 is #85A58F. Grayscale: #666666. Windows color (decimal): -8758672 or 7363194. OLE color: 7363194.

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

Color convert

RGB 122 90 112 -
CMYK 0 0.26 0.08 0.52
HSL 318.75º 0.15% 0.42% -
HSV(B) 318.75º 0.26% 0.48% -
XYZ 14.61 12.62 17 -
YUV 102.08 133.6 142.21 -
System Red Green Blue C M Y K H S L
Decimal 122 90 112 0 0.26 0.08 0.52 318.75 0.15 0.42
Hex 7A 5A 70 0 1A 8 34 13F F 2A
Octal 172 132 160 0 32 10 64 477 17 52
Binary 1111010 1011010 1110000 0 11010 1000 110100 100111111 1111 101010

Color Harmonies of #7A5A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5A70

Black with #7A5A70

Text Example


Text Example

White with #7A5A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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