#755F6D

Color #755F6D Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #755F6D

Tints of Salt Box #755F6D

Color information

#755F6D (or 0x755F6D) is unknown color: approx Salt Box. HEX triplet: 75, 5F and 6D. RGB value is (117,95,109). Sum of RGB (Red+Green+Blue) = 117+95+109=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 117 - color contains mainly: red. Hex color #755F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755F6D is #8AA092. Grayscale: #676767. Windows color (decimal): -9085075 or 7167861. OLE color: 7167861.

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

Color convert

RGB11795109-
CMYK00.190.070.54
HSL321.82º10.38%41.57%-
HSV(B)321.82º18.8%45.88%-
XYZ14.1913.0716.24-
YUV103.17131.29137.86-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.45%
GREEN value IS 95 (37.5% from 255) = 29.60%
BLUE value IS 109 (42.97% from 255) = 33.96%
R=36.45%
G=29.60%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1179510900.190.070.54321.8210.3841.57
Hex755F6D013736142a2a
Octal1651371550237665021252
Binary1110101101111111011010100111111101101010000101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755F6D; }

 p { color: rgb(117,95,109); }

 H1.HeaderClassName
 {
   color: #755F6D;
 }
 .AnyTagClassName
 {
   color: #755F6D;
 }
</style>
background-color css

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

 a { background-color: rgb(117,95,109); }

 div.DivClassName
 {
   background-color: #755F6D;
 }
 .BgClassName
 {
   background-color: #755F6D;
 }
</style>
border-color css

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

 span { border-color: rgb(117,95,109); }

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