#764D6F

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

Shades of Salt Box #764D6F

Tints of Salt Box #764D6F

Color information

#764D6F (or 0x764D6F) is unknown color: approx Salt Box. HEX triplet: 76, 4D and 6F. RGB value is (118,77,111). Sum of RGB (Red+Green+Blue) = 118+77+111=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 118 - color contains mainly: red. Hex color #764D6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764D6F is #89B290. Grayscale: #5D5D5D. Windows color (decimal): -9024145 or 7294326. OLE color: 7294326.

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

Color convert

RGB11877111-
CMYK00.350.060.54
HSL310.24º21.03%38.24%-
HSV(B)310.24º34.75%46.27%-
XYZ12.9910.3116.34-
YUV93.14138.08145.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.56%
GREEN value IS 77 (30.47% from 255) = 25.16%
BLUE value IS 111 (43.75% from 255) = 36.27%
R=38.56%
G=25.16%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1187711100.350.060.54310.2421.0338.24
Hex764D6F0236361361526
Octal1661151570436664662546
Binary111011010011011101111010001111011011010011011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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