Html Css Color HEX #756170 Salt Box

📋 copy color: '#756170'

red 117 ◦ green 97 ◦ blue 112

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

Shades of Salt Box #756170

Tints of Salt Box #756170

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.75%

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

R = 35.89%
G = 29.75%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#756170 (or 0x756170) is known color: Salt Box. HEX triplet: 75, 61 and 70. RGB value is (117,97,112). Sum of RGB (Red+Green+Blue) = 117+97+112=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 117 - color contains mainly: red. Hex color #756170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756170 is #8A9E8F. Grayscale: #686868. Windows color (decimal): -9084560 or 7364981. OLE color: 7364981.

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

Color convert

RGB 117 97 112 -
CMYK 0 0.17 0.04 0.54
HSL 315º 0.09% 0.42% -
HSV(B) 315º 0.17% 0.46% -
XYZ 14.54 13.5 17.17 -
YUV 104.69 132.13 136.78 -
System Red Green Blue C M Y K H S L
Decimal 117 97 112 0 0.17 0.04 0.54 315 0.09 0.42
Hex 75 61 70 0 11 4 36 13B 9 2A
Octal 165 141 160 0 21 4 66 473 11 52
Binary 1110101 1100001 1110000 0 10001 100 110110 100111011 1001 101010

Color Harmonies of #756170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756170

Black with #756170

Text Example


Text Example

White with #756170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756170; }

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

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

background-color css

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

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

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

border-color css

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

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

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