#77566E

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

Shades of Salt Box #77566E

Tints of Salt Box #77566E

Color information

#77566E (or 0x77566E) is unknown color: approx Salt Box. HEX triplet: 77, 56 and 6E. RGB value is (119,86,110). Sum of RGB (Red+Green+Blue) = 119+86+110=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 119 - color contains mainly: red. Hex color #77566E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77566E is #88A991. Grayscale: #626262. Windows color (decimal): -8956306 or 7231095. OLE color: 7231095.

HSL color Cylindrical-coordinate representation of color #77566E: hue angle of 316.36º 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 #77566E is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB11986110-
CMYK00.280.080.53
HSL316.36º16.1%40.2%-
HSV(B)316.36º27.73%46.67%-
XYZ13.7511.716.29-
YUV98.6134.43142.55-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.78%
GREEN value IS 86 (33.98% from 255) = 27.30%
BLUE value IS 110 (43.36% from 255) = 34.92%
R=37.78%
G=27.30%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198611000.280.080.53316.3616.140.2
Hex77566E01C83513c1028
Octal16712615603410654742050
Binary111011110101101101110011100100011010110011110010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77566E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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