#764B6C

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

Shades of Salt Box #764B6C

Tints of Salt Box #764B6C

Color information

#764B6C (or 0x764B6C) is unknown color: approx Salt Box. HEX triplet: 76, 4B and 6C. RGB value is (118,75,108). Sum of RGB (Red+Green+Blue) = 118+75+108=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 118 - color contains mainly: red. Hex color #764B6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764B6C is #89B493. Grayscale: #5B5B5B. Windows color (decimal): -9024660 or 7097206. OLE color: 7097206.

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

Color convert

RGB11875108-
CMYK00.360.080.54
HSL313.95º22.28%37.84%-
HSV(B)313.95º36.44%46.27%-
XYZ12.699.9715.44-
YUV91.62137.25146.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.20%
GREEN value IS 75 (29.69% from 255) = 24.92%
BLUE value IS 108 (42.58% from 255) = 35.88%
R=39.20%
G=24.92%
B=35.88%

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
Decimal1187510800.360.080.54313.9522.2837.84
Hex764B6C02483613a1626
Octal16611315404410664722646
Binary1110110100101111011000100100100011011010011101010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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