Html Css Color HEX #755570 Salt Box

📋 copy color: '#755570'

red 117 ◦ green 85 ◦ blue 112

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

Shades of Salt Box #755570

Tints of Salt Box #755570

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.07%

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

R = 37.26%
G = 27.07%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#755570 (or 0x755570) is known color: Salt Box. HEX triplet: 75, 55 and 70. RGB value is (117,85,112). Sum of RGB (Red+Green+Blue) = 117+85+112=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 117 - color contains mainly: red. Hex color #755570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755570 is #8AAA8F. Grayscale: #616161. Windows color (decimal): -9087632 or 7361909. OLE color: 7361909.

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

Color convert

RGB 117 85 112 -
CMYK 0 0.27 0.04 0.54
HSL 309.38º 0.16% 0.4% -
HSV(B) 309.38º 0.27% 0.46% -
XYZ 13.51 11.45 16.83 -
YUV 97.65 136.1 141.8 -
System Red Green Blue C M Y K H S L
Decimal 117 85 112 0 0.27 0.04 0.54 309.38 0.16 0.4
Hex 75 55 70 0 1B 4 36 135 10 28
Octal 165 125 160 0 33 4 66 465 20 50
Binary 1110101 1010101 1110000 0 11011 100 110110 100110101 10000 101000

Color Harmonies of #755570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755570

Black with #755570

Text Example


Text Example

White with #755570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755570; }

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

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

background-color css

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

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

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

border-color css

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

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

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