#755F6E

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

Shades of Salt Box #755F6E

Tints of Salt Box #755F6E

Color information

#755F6E (or 0x755F6E) is unknown color: approx Salt Box. HEX triplet: 75, 5F and 6E. RGB value is (117,95,110). Sum of RGB (Red+Green+Blue) = 117+95+110=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 117 - color contains mainly: red. Hex color #755F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755F6E is #8AA091. Grayscale: #676767. Windows color (decimal): -9085074 or 7233397. OLE color: 7233397.

HSL color Cylindrical-coordinate representation of color #755F6E: hue angle of 319.09º 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 #755F6E is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB11795110-
CMYK00.190.060.54
HSL319.09º10.38%41.57%-
HSV(B)319.09º18.8%45.88%-
XYZ14.2413.0916.53-
YUV103.29131.79137.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.34%
GREEN value IS 95 (37.5% from 255) = 29.50%
BLUE value IS 110 (43.36% from 255) = 34.16%
R=36.34%
G=29.50%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1179511000.190.060.54319.0910.3841.57
Hex755F6E01363613fa2a
Octal1651371560236664771252
Binary1110101101111111011100100111101101101001111111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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