#764E6F

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

Shades of Salt Box #764E6F

Tints of Salt Box #764E6F

Color information

#764E6F (or 0x764E6F) is unknown color: approx Salt Box. HEX triplet: 76, 4E and 6F. RGB value is (118,78,111). Sum of RGB (Red+Green+Blue) = 118+78+111=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 118 - color contains mainly: red. Hex color #764E6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764E6F is #89B190. Grayscale: #5D5D5D. Windows color (decimal): -9023889 or 7294582. OLE color: 7294582.

HSL color Cylindrical-coordinate representation of color #764E6F: hue angle of 310.5º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #764E6F is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB11878111-
CMYK00.340.060.54
HSL310.5º20.41%38.43%-
HSV(B)310.5º33.9%46.27%-
XYZ13.0610.4516.37-
YUV93.72137.75145.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.44%
GREEN value IS 78 (30.86% from 255) = 25.41%
BLUE value IS 111 (43.75% from 255) = 36.16%
R=38.44%
G=25.41%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1187811100.340.060.54310.520.4138.43
Hex764E6F0226361361426
Octal1661161570426664662446
Binary111011010011101101111010001011011011010011011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764E6F; }

 p { color: rgb(118,78,111); }

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

<style>
 a { background-color: #764E6F; }

 a { background-color: rgb(118,78,111); }

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

<style>
 span { border-color: #764E6F; }

 span { border-color: rgb(118,78,111); }

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