#77536C

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

Shades of Salt Box #77536C

Tints of Salt Box #77536C

Color information

#77536C (or 0x77536C) is unknown color: approx Salt Box. HEX triplet: 77, 53 and 6C. RGB value is (119,83,108). Sum of RGB (Red+Green+Blue) = 119+83+108=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 119 - color contains mainly: red. Hex color #77536C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77536C is #88AC93. Grayscale: #606060. Windows color (decimal): -8957076 or 7099255. OLE color: 7099255.

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

Color convert

RGB11983108-
CMYK00.300.090.53
HSL318.33º17.82%39.61%-
HSV(B)318.33º30.25%46.67%-
XYZ13.4111.1915.64-
YUV96.61134.43143.97-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.39%
GREEN value IS 83 (32.81% from 255) = 26.77%
BLUE value IS 108 (42.58% from 255) = 34.84%
R=38.39%
G=26.77%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198310800.300.090.53318.3317.8239.61
Hex77536C01E93513e1228
Octal16712315403611654762250
Binary111011110100111101100011110100111010110011111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77536C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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