Html Css Color HEX #755370 Salt Box

📋 copy color: '#755370'

red 117 ◦ green 83 ◦ blue 112

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

Shades of Salt Box #755370

Tints of Salt Box #755370

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.6%

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

R = 37.5%
G = 26.6%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#755370 (or 0x755370) is known color: Salt Box. HEX triplet: 75, 53 and 70. RGB value is (117,83,112). Sum of RGB (Red+Green+Blue) = 117+83+112=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 117 - color contains mainly: red. Hex color #755370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755370 is #8AAC8F. Grayscale: #606060. Windows color (decimal): -9088144 or 7361397. OLE color: 7361397.

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

Color convert

RGB 117 83 112 -
CMYK 0 0.29 0.04 0.54
HSL 308.82º 0.17% 0.39% -
HSV(B) 308.82º 0.29% 0.46% -
XYZ 13.35 11.14 16.78 -
YUV 96.47 136.76 142.64 -
System Red Green Blue C M Y K H S L
Decimal 117 83 112 0 0.29 0.04 0.54 308.82 0.17 0.39
Hex 75 53 70 0 1D 4 36 135 11 27
Octal 165 123 160 0 35 4 66 465 21 47
Binary 1110101 1010011 1110000 0 11101 100 110110 100110101 10001 100111

Color Harmonies of #755370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755370

Black with #755370

Text Example


Text Example

White with #755370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755370; }

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

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

background-color css

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

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

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

border-color css

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

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

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