#764D6C

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

Shades of Salt Box #764D6C

Tints of Salt Box #764D6C

Color information

#764D6C (or 0x764D6C) is unknown color: approx Salt Box. HEX triplet: 76, 4D and 6C. RGB value is (118,77,108). Sum of RGB (Red+Green+Blue) = 118+77+108=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 108 (42.58% from 255 or 35.64% from 303); Max value from RGB is 118 - color contains mainly: red. Hex color #764D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764D6C is #89B293. Grayscale: #5C5C5C. Windows color (decimal): -9024148 or 7097718. OLE color: 7097718.

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

Color convert

RGB11877108-
CMYK00.350.080.54
HSL314.63º21.03%38.24%-
HSV(B)314.63º34.75%46.27%-
XYZ12.8310.2415.49-
YUV92.79136.58145.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.94%
GREEN value IS 77 (30.47% from 255) = 25.41%
BLUE value IS 108 (42.58% from 255) = 35.64%
R=38.94%
G=25.41%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1187710800.350.080.54314.6321.0338.24
Hex764D6C02383613b1526
Octal16611515404310664732546
Binary1110110100110111011000100011100011011010011101110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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