Html Css Color HEX #755170 Salt Box

📋 copy color: '#755170'

red 117 ◦ green 81 ◦ blue 112

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

Shades of Salt Box #755170

Tints of Salt Box #755170

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.13%

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

R = 37.74%
G = 26.13%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#755170 (or 0x755170) is known color: Salt Box. HEX triplet: 75, 51 and 70. RGB value is (117,81,112). Sum of RGB (Red+Green+Blue) = 117+81+112=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 117 - color contains mainly: red. Hex color #755170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755170 is #8AAE8F. Grayscale: #5F5F5F. Windows color (decimal): -9088656 or 7360885. OLE color: 7360885.

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

Color convert

RGB 117 81 112 -
CMYK 0 0.31 0.04 0.54
HSL 308.33º 0.18% 0.39% -
HSV(B) 308.33º 0.31% 0.46% -
XYZ 13.2 10.84 16.73 -
YUV 95.3 137.43 143.48 -
System Red Green Blue C M Y K H S L
Decimal 117 81 112 0 0.31 0.04 0.54 308.33 0.18 0.39
Hex 75 51 70 0 1F 4 36 134 12 27
Octal 165 121 160 0 37 4 66 464 22 47
Binary 1110101 1010001 1110000 0 11111 100 110110 100110100 10010 100111

Color Harmonies of #755170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755170

Black with #755170

Text Example


Text Example

White with #755170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755170; }

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

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

background-color css

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

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

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

border-color css

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

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

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