#754F6F

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

Shades of Salt Box #754F6F

Tints of Salt Box #754F6F

Color information

#754F6F (or 0x754F6F) is unknown color: approx Salt Box. HEX triplet: 75, 4F and 6F. RGB value is (117,79,111). Sum of RGB (Red+Green+Blue) = 117+79+111=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 79 (31.25% from 255 or 25.73% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 117 - color contains mainly: red. Hex color #754F6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754F6F is #8AB090. Grayscale: #5D5D5D. Windows color (decimal): -9089169 or 7294837. OLE color: 7294837.

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

Color convert

RGB11779111-
CMYK00.320.050.54
HSL309.47º19.39%38.43%-
HSV(B)309.47º32.48%45.88%-
XYZ1310.5216.38-
YUV94.01137.59144.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.11%
GREEN value IS 79 (31.25% from 255) = 25.73%
BLUE value IS 111 (43.75% from 255) = 36.16%
R=38.11%
G=25.73%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1177911100.320.050.54309.4719.3938.43
Hex754F6F0205361351326
Octal1651171570405664652346
Binary111010110011111101111010000010111011010011010110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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