#77566C

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

Shades of Salt Box #77566C

Tints of Salt Box #77566C

Color information

#77566C (or 0x77566C) is unknown color: approx Salt Box. HEX triplet: 77, 56 and 6C. RGB value is (119,86,108). Sum of RGB (Red+Green+Blue) = 119+86+108=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 119 - color contains mainly: red. Hex color #77566C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77566C is #88A993. Grayscale: #626262. Windows color (decimal): -8956308 or 7100023. OLE color: 7100023.

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

Color convert

RGB11986108-
CMYK00.280.090.53
HSL320º16.1%40.2%-
HSV(B)320º27.73%46.67%-
XYZ13.6411.6615.72-
YUV98.37133.43142.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.02%
GREEN value IS 86 (33.98% from 255) = 27.48%
BLUE value IS 108 (42.58% from 255) = 34.50%
R=38.02%
G=27.48%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198610800.280.090.5332016.140.2
Hex77566C01C9351401028
Octal16712615403411655002050
Binary111011110101101101100011100100111010110100000010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77566C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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