#77536F

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

Shades of Salt Box #77536F

Tints of Salt Box #77536F

Color information

#77536F (or 0x77536F) is unknown color: approx Salt Box. HEX triplet: 77, 53 and 6F. RGB value is (119,83,111). Sum of RGB (Red+Green+Blue) = 119+83+111=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 119 - color contains mainly: red. Hex color #77536F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77536F is #88AC90. Grayscale: #606060. Windows color (decimal): -8957073 or 7295863. OLE color: 7295863.

HSL color Cylindrical-coordinate representation of color #77536F: hue angle of 313.33º 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 #77536F is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB11983111-
CMYK00.300.070.53
HSL313.33º17.82%39.61%-
HSV(B)313.33º30.25%46.67%-
XYZ13.5711.2616.5-
YUV96.96135.93143.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.02%
GREEN value IS 83 (32.81% from 255) = 26.52%
BLUE value IS 111 (43.75% from 255) = 35.46%
R=38.02%
G=26.52%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198311100.300.070.53313.3317.8239.61
Hex77536F01E7351391228
Octal1671231570367654712250
Binary11101111010011110111101111011111010110011100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77536F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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