Html Css Color HEX #756071 Salt Box

📋 copy color: '#756071'

red 117 ◦ green 96 ◦ blue 113

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

Shades of Salt Box #756071

Tints of Salt Box #756071

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.45%

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

R = 35.89%
G = 29.45%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#756071 (or 0x756071) is known color: Salt Box. HEX triplet: 75, 60 and 71. RGB value is (117,96,113). Sum of RGB (Red+Green+Blue) = 117+96+113=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 117 - color contains mainly: red. Hex color #756071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756071 is #8A9F8E. Grayscale: #686868. Windows color (decimal): -9084815 or 7430261. OLE color: 7430261.

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

Color convert

RGB 117 96 113 -
CMYK 0 0.18 0.03 0.54
HSL 311.43º 0.1% 0.42% -
HSV(B) 311.43º 0.18% 0.46% -
XYZ 14.5 13.34 17.43 -
YUV 104.22 132.96 137.12 -
System Red Green Blue C M Y K H S L
Decimal 117 96 113 0 0.18 0.03 0.54 311.43 0.1 0.42
Hex 75 60 71 0 12 3 36 137 A 2A
Octal 165 140 161 0 22 3 66 467 12 52
Binary 1110101 1100000 1110001 0 10010 11 110110 100110111 1010 101010

Color Harmonies of #756071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756071

Black with #756071

Text Example


Text Example

White with #756071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756071; }

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

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

background-color css

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

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

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

border-color css

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

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

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