#764C6D

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

Shades of Salt Box #764C6D

Tints of Salt Box #764C6D

Color information

#764C6D (or 0x764C6D) is unknown color: approx Salt Box. HEX triplet: 76, 4C and 6D. RGB value is (118,76,109). Sum of RGB (Red+Green+Blue) = 118+76+109=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 118 - color contains mainly: red. Hex color #764C6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764C6D is #89B392. Grayscale: #5C5C5C. Windows color (decimal): -9024403 or 7162998. OLE color: 7162998.

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

Color convert

RGB11876109-
CMYK00.360.080.54
HSL312.86º21.65%38.04%-
HSV(B)312.86º35.59%46.27%-
XYZ12.8210.1215.75-
YUV92.32137.41146.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.94%
GREEN value IS 76 (30.08% from 255) = 25.08%
BLUE value IS 109 (42.97% from 255) = 35.97%
R=38.94%
G=25.08%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1187610900.360.080.54312.8621.6538.04
Hex764C6D0248361391626
Octal16611415504410664712646
Binary1110110100110011011010100100100011011010011100110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,76,109); }

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

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

 a { background-color: rgb(118,76,109); }

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

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

 span { border-color: rgb(118,76,109); }

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