#77506D

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

Shades of Salt Box #77506D

Tints of Salt Box #77506D

Color information

#77506D (or 0x77506D) is unknown color: approx Salt Box. HEX triplet: 77, 50 and 6D. RGB value is (119,80,109). Sum of RGB (Red+Green+Blue) = 119+80+109=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 119 - color contains mainly: red. Hex color #77506D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77506D is #88AF92. Grayscale: #5E5E5E. Windows color (decimal): -8957843 or 7164023. OLE color: 7164023.

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

Color convert

RGB11980109-
CMYK00.330.080.53
HSL315.38º19.6%39.02%-
HSV(B)315.38º32.77%46.67%-
XYZ13.2410.7615.85-
YUV94.97135.92145.14-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.64%
GREEN value IS 80 (31.64% from 255) = 25.97%
BLUE value IS 109 (42.97% from 255) = 35.39%
R=38.64%
G=25.97%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198010900.330.080.53315.3819.639.02
Hex77506D02183513b1427
Octal16712015504110654732447
Binary1110111101000011011010100001100011010110011101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77506D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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