Html Css Color HEX #756270 Salt Box

📋 copy color: '#756270'

red 117 ◦ green 98 ◦ blue 112

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

Shades of Salt Box #756270

Tints of Salt Box #756270

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.97%

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

R = 35.78%
G = 29.97%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#756270 (or 0x756270) is known color: Salt Box. HEX triplet: 75, 62 and 70. RGB value is (117,98,112). Sum of RGB (Red+Green+Blue) = 117+98+112=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 117 - color contains mainly: red. Hex color #756270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756270 is #8A9D8F. Grayscale: #696969. Windows color (decimal): -9084304 or 7365237. OLE color: 7365237.

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

Color convert

RGB 117 98 112 -
CMYK 0 0.16 0.04 0.54
HSL 315.79º 0.09% 0.42% -
HSV(B) 315.79º 0.16% 0.46% -
XYZ 14.63 13.69 17.2 -
YUV 105.28 131.79 136.36 -
System Red Green Blue C M Y K H S L
Decimal 117 98 112 0 0.16 0.04 0.54 315.79 0.09 0.42
Hex 75 62 70 0 10 4 36 13C 9 2A
Octal 165 142 160 0 20 4 66 474 11 52
Binary 1110101 1100010 1110000 0 10000 100 110110 100111100 1001 101010

Color Harmonies of #756270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756270

Black with #756270

Text Example


Text Example

White with #756270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756270; }

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

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

background-color css

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

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

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

border-color css

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

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

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