Html Css Color HEX #755970 Salt Box

📋 copy color: '#755970'

red 117 ◦ green 89 ◦ blue 112

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

Shades of Salt Box #755970

Tints of Salt Box #755970

RGB

 RED value IS 117 (46.09% from 255) = 36.79%

 GREEN value IS 89 (35.16% from 255) = 27.99%

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

R = 36.79%
G = 27.99%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#755970 (or 0x755970) is known color: Salt Box. HEX triplet: 75, 59 and 70. RGB value is (117,89,112). Sum of RGB (Red+Green+Blue) = 117+89+112=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 117 - color contains mainly: red. Hex color #755970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755970 is #8AA68F. Grayscale: #636363. Windows color (decimal): -9086608 or 7362933. OLE color: 7362933.

HSL color Cylindrical-coordinate representation of color #755970: hue angle of 310.71º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #755970 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 89 112 -
CMYK 0 0.24 0.04 0.54
HSL 310.71º 0.14% 0.4% -
HSV(B) 310.71º 0.24% 0.46% -
XYZ 13.83 12.1 16.94 -
YUV 99.99 134.78 140.13 -
System Red Green Blue C M Y K H S L
Decimal 117 89 112 0 0.24 0.04 0.54 310.71 0.14 0.4
Hex 75 59 70 0 18 4 36 137 E 28
Octal 165 131 160 0 30 4 66 467 16 50
Binary 1110101 1011001 1110000 0 11000 100 110110 100110111 1110 101000

Color Harmonies of #755970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755970

Black with #755970

Text Example


Text Example

White with #755970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755970; }

 p { color: rgb(117,89,112); }

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

background-color css

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

 a { background-color: rgb(117,89,112); }

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

border-color css

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

 span { border-color: rgb(117,89,112); }

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