#754B6F

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

Shades of Salt Box #754B6F

Tints of Salt Box #754B6F

Color information

#754B6F (or 0x754B6F) is unknown color: approx Salt Box. HEX triplet: 75, 4B and 6F. RGB value is (117,75,111). Sum of RGB (Red+Green+Blue) = 117+75+111=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 75 (29.69% from 255 or 24.75% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 117 - color contains mainly: red. Hex color #754B6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754B6F is #8AB490. Grayscale: #5B5B5B. Windows color (decimal): -9090193 or 7293813. OLE color: 7293813.

HSL color Cylindrical-coordinate representation of color #754B6F: hue angle of 308.57º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #754B6F is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB11775111-
CMYK00.360.050.54
HSL308.57º21.87%37.65%-
HSV(B)308.57º35.9%45.88%-
XYZ12.729.9616.29-
YUV91.66138.91146.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.61%
GREEN value IS 75 (29.69% from 255) = 24.75%
BLUE value IS 111 (43.75% from 255) = 36.63%
R=38.61%
G=24.75%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1177511100.360.050.54308.5721.8737.65
Hex754B6F0245361351626
Octal1651131570445664652646
Binary111010110010111101111010010010111011010011010110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754B6F; }

 p { color: rgb(117,75,111); }

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

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

 a { background-color: rgb(117,75,111); }

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

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

 span { border-color: rgb(117,75,111); }

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