#77536E

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

Shades of Salt Box #77536E

Tints of Salt Box #77536E

Color information

#77536E (or 0x77536E) is unknown color: approx Salt Box. HEX triplet: 77, 53 and 6E. RGB value is (119,83,110). Sum of RGB (Red+Green+Blue) = 119+83+110=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 119 - color contains mainly: red. Hex color #77536E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77536E is #88AC91. Grayscale: #606060. Windows color (decimal): -8957074 or 7230327. OLE color: 7230327.

HSL color Cylindrical-coordinate representation of color #77536E: hue angle of 315º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #77536E is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB11983110-
CMYK00.300.080.53
HSL315º17.82%39.61%-
HSV(B)315º30.25%46.67%-
XYZ13.5211.2316.21-
YUV96.84135.43143.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.14%
GREEN value IS 83 (32.81% from 255) = 26.60%
BLUE value IS 110 (43.36% from 255) = 35.26%
R=38.14%
G=26.60%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198311000.300.080.5331517.8239.61
Hex77536E01E83513b1228
Octal16712315603610654732250
Binary111011110100111101110011110100011010110011101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77536E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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