#754B6A

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

Shades of Salt Box #754B6A

Tints of Salt Box #754B6A

Color information

#754B6A (or 0x754B6A) is unknown color: approx Salt Box. HEX triplet: 75, 4B and 6A. RGB value is (117,75,106). Sum of RGB (Red+Green+Blue) = 117+75+106=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 117 - color contains mainly: red. Hex color #754B6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754B6A is #8AB495. Grayscale: #5B5B5B. Windows color (decimal): -9090198 or 6966133. OLE color: 6966133.

HSL color Cylindrical-coordinate representation of color #754B6A: hue angle of 315.71º 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 #754B6A is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB11775106-
CMYK00.360.090.54
HSL315.71º21.87%37.65%-
HSV(B)315.71º35.9%45.88%-
XYZ12.459.8514.88-
YUV91.09136.41146.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.26%
GREEN value IS 75 (29.69% from 255) = 25.17%
BLUE value IS 106 (41.80% from 255) = 35.57%
R=39.26%
G=25.17%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1177510600.360.090.54315.7121.8737.65
Hex754B6A02493613c1626
Octal16511315204411664742646
Binary1110101100101111010100100100100111011010011110010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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