#77486E

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

Shades of Salt Box #77486E

Tints of Salt Box #77486E

Color information

#77486E (or 0x77486E) is unknown color: approx Salt Box. HEX triplet: 77, 48 and 6E. RGB value is (119,72,110). Sum of RGB (Red+Green+Blue) = 119+72+110=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 119 - color contains mainly: red. Hex color #77486E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77486E is #88B791. Grayscale: #5A5A5A. Windows color (decimal): -8959890 or 7227511. OLE color: 7227511.

HSL color Cylindrical-coordinate representation of color #77486E: hue angle of 311.49º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77486E is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB11972110-
CMYK00.390.080.53
HSL311.49º24.61%37.45%-
HSV(B)311.49º39.5%46.67%-
XYZ12.749.6815.95-
YUV90.38139.07148.41-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.53%
GREEN value IS 72 (28.52% from 255) = 23.92%
BLUE value IS 110 (43.36% from 255) = 36.54%
R=39.53%
G=23.92%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1197211000.390.080.53311.4924.6137.45
Hex77486E0278351371925
Octal16711015604710654673145
Binary1110111100100011011100100111100011010110011011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77486E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77486E; }

 p { color: rgb(119,72,110); }

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

<style>
 a { background-color: #77486E; }

 a { background-color: rgb(119,72,110); }

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

<style>
 span { border-color: #77486E; }

 span { border-color: rgb(119,72,110); }

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