Html Css Color HEX #756370 Salt Box

📋 copy color: '#756370'

red 117 ◦ green 99 ◦ blue 112

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

Shades of Salt Box #756370

Tints of Salt Box #756370

RGB

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

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

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

R = 35.67%
G = 30.18%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#756370 (or 0x756370) is known color: Salt Box. HEX triplet: 75, 63 and 70. RGB value is (117,99,112). Sum of RGB (Red+Green+Blue) = 117+99+112=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 117 - color contains mainly: red. Hex color #756370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756370 is #8A9C8F. Grayscale: #696969. Windows color (decimal): -9084048 or 7365493. OLE color: 7365493.

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

Color convert

RGB 117 99 112 -
CMYK 0 0.15 0.04 0.54
HSL 316.67º 0.08% 0.42% -
HSV(B) 316.67º 0.15% 0.46% -
XYZ 14.72 13.88 17.23 -
YUV 105.86 131.46 135.94 -
System Red Green Blue C M Y K H S L
Decimal 117 99 112 0 0.15 0.04 0.54 316.67 0.08 0.42
Hex 75 63 70 0 F 4 36 13D 8 2A
Octal 165 143 160 0 17 4 66 475 10 52
Binary 1110101 1100011 1110000 0 1111 100 110110 100111101 1000 101010

Color Harmonies of #756370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756370

Black with #756370

Text Example


Text Example

White with #756370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756370; }

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

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

background-color css

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

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

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

border-color css

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

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

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