#77466C

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

Shades of Salt Box #77466C

Tints of Salt Box #77466C

Color information

#77466C (or 0x77466C) is unknown color: approx Salt Box. HEX triplet: 77, 46 and 6C. RGB value is (119,70,108). Sum of RGB (Red+Green+Blue) = 119+70+108=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 119 - color contains mainly: red. Hex color #77466C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77466C is #88B993. Grayscale: #585858. Windows color (decimal): -8960404 or 7095927. OLE color: 7095927.

HSL color Cylindrical-coordinate representation of color #77466C: hue angle of 313.47º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #77466C is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB11970108-
CMYK00.410.090.53
HSL313.47º25.93%37.06%-
HSV(B)313.47º41.18%46.67%-
XYZ12.59.3815.34-
YUV88.98138.73149.41-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.07%
GREEN value IS 70 (27.73% from 255) = 23.57%
BLUE value IS 108 (42.58% from 255) = 36.36%
R=40.07%
G=23.57%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1197010800.410.090.53313.4725.9337.06
Hex77466C0299351391a25
Octal16710615405111654713245
Binary1110111100011011011000101001100111010110011100111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77466C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77466C; }

 p { color: rgb(119,70,108); }

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

<style>
 a { background-color: #77466C; }

 a { background-color: rgb(119,70,108); }

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

<style>
 span { border-color: #77466C; }

 span { border-color: rgb(119,70,108); }

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