Html Css Color HEX #756371 Salt Box

📋 copy color: '#756371'

red 117 ◦ green 99 ◦ blue 113

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

Shades of Salt Box #756371

Tints of Salt Box #756371

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.09%

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

R = 35.56%
G = 30.09%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#756371 (or 0x756371) is known color: Salt Box. HEX triplet: 75, 63 and 71. RGB value is (117,99,113). Sum of RGB (Red+Green+Blue) = 117+99+113=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 117 - color contains mainly: red. Hex color #756371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756371 is #8A9C8E. Grayscale: #696969. Windows color (decimal): -9084047 or 7431029. OLE color: 7431029.

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

Color convert

RGB 117 99 113 -
CMYK 0 0.15 0.03 0.54
HSL 313.33º 0.08% 0.42% -
HSV(B) 313.33º 0.15% 0.46% -
XYZ 14.78 13.9 17.53 -
YUV 105.98 131.96 135.86 -
System Red Green Blue C M Y K H S L
Decimal 117 99 113 0 0.15 0.03 0.54 313.33 0.08 0.42
Hex 75 63 71 0 F 3 36 139 8 2A
Octal 165 143 161 0 17 3 66 471 10 52
Binary 1110101 1100011 1110001 0 1111 11 110110 100111001 1000 101010

Color Harmonies of #756371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756371

Black with #756371

Text Example


Text Example

White with #756371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756371; }

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

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

background-color css

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

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

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

border-color css

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

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

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