Html Css Color HEX #7A5C70 Salt Box

📋 copy color: '#7A5C70'

red 122 ◦ green 92 ◦ blue 112

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

Shades of Salt Box #7A5C70

Tints of Salt Box #7A5C70

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.22%

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

R = 37.42%
G = 28.22%
B = 34.36%

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

#7A5C70 (or 0x7A5C70) is known color: Salt Box. HEX triplet: 7A, 5C and 70. RGB value is (122,92,112). Sum of RGB (Red+Green+Blue) = 122+92+112=326 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.42% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5C70 is #85A38F. Grayscale: #676767. Windows color (decimal): -8758160 or 7363706. OLE color: 7363706.

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

Color convert

RGB 122 92 112 -
CMYK 0 0.25 0.08 0.52
HSL 320º 0.14% 0.42% -
HSV(B) 320º 0.25% 0.48% -
XYZ 14.78 12.96 17.05 -
YUV 103.25 132.94 141.37 -
System Red Green Blue C M Y K H S L
Decimal 122 92 112 0 0.25 0.08 0.52 320 0.14 0.42
Hex 7A 5C 70 0 19 8 34 140 E 2A
Octal 172 134 160 0 31 10 64 500 16 52
Binary 1111010 1011100 1110000 0 11001 1000 110100 101000000 1110 101010

Color Harmonies of #7A5C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5C70

Black with #7A5C70

Text Example


Text Example

White with #7A5C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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