#77476D

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

Shades of Salt Box #77476D

Tints of Salt Box #77476D

Color information

#77476D (or 0x77476D) is unknown color: approx Salt Box. HEX triplet: 77, 47 and 6D. RGB value is (119,71,109). Sum of RGB (Red+Green+Blue) = 119+71+109=299 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.80% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 119 - color contains mainly: red. Hex color #77476D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77476D is #88B892. Grayscale: #595959. Windows color (decimal): -8960147 or 7161719. OLE color: 7161719.

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

Color convert

RGB11971109-
CMYK00.400.080.53
HSL312.5º25.26%37.25%-
HSV(B)312.5º40.34%46.67%-
XYZ12.629.5315.64-
YUV89.68138.9148.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.80%
GREEN value IS 71 (28.12% from 255) = 23.75%
BLUE value IS 109 (42.97% from 255) = 36.45%
R=39.80%
G=23.75%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1197110900.400.080.53312.525.2637.25
Hex77476D0288351381925
Octal16710715505010654703145
Binary1110111100011111011010101000100011010110011100011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77476D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77476D; }

 p { color: rgb(119,71,109); }

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

<style>
 a { background-color: #77476D; }

 a { background-color: rgb(119,71,109); }

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

<style>
 span { border-color: #77476D; }

 span { border-color: rgb(119,71,109); }

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