Html Css Color HEX #756171 Salt Box

📋 copy color: '#756171'

red 117 ◦ green 97 ◦ blue 113

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

Shades of Salt Box #756171

Tints of Salt Box #756171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 34.56%

R = 35.78%
G = 29.66%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#756171 (or 0x756171) is known color: Salt Box. HEX triplet: 75, 61 and 71. RGB value is (117,97,113). Sum of RGB (Red+Green+Blue) = 117+97+113=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 117 - color contains mainly: red. Hex color #756171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756171 is #8A9E8E. Grayscale: #686868. Windows color (decimal): -9084559 or 7430517. OLE color: 7430517.

HSL color Cylindrical-coordinate representation of color #756171: hue angle of 312º 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 #756171 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 97 113 -
CMYK 0 0.17 0.03 0.54
HSL 312º 0.09% 0.42% -
HSV(B) 312º 0.17% 0.46% -
XYZ 14.59 13.52 17.46 -
YUV 104.8 132.63 136.7 -
System Red Green Blue C M Y K H S L
Decimal 117 97 113 0 0.17 0.03 0.54 312 0.09 0.42
Hex 75 61 71 0 11 3 36 138 9 2A
Octal 165 141 161 0 21 3 66 470 11 52
Binary 1110101 1100001 1110001 0 10001 11 110110 100111000 1001 101010

Color Harmonies of #756171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756171

Black with #756171

Text Example


Text Example

White with #756171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756171; }

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

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

background-color css

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

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

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

border-color css

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

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

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