#77526F

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

Shades of Salt Box #77526F

Tints of Salt Box #77526F

Color information

#77526F (or 0x77526F) is unknown color: approx Salt Box. HEX triplet: 77, 52 and 6F. RGB value is (119,82,111). Sum of RGB (Red+Green+Blue) = 119+82+111=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 119 - color contains mainly: red. Hex color #77526F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77526F is #88AD90. Grayscale: #606060. Windows color (decimal): -8957329 or 7295607. OLE color: 7295607.

HSL color Cylindrical-coordinate representation of color #77526F: hue angle of 312.97º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #77526F is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB11982111-
CMYK00.310.070.53
HSL312.97º18.41%39.41%-
HSV(B)312.97º31.09%46.67%-
XYZ13.4911.116.47-
YUV96.37136.26144.14-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.14%
GREEN value IS 82 (32.42% from 255) = 26.28%
BLUE value IS 111 (43.75% from 255) = 35.58%
R=38.14%
G=26.28%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198211100.310.070.53312.9718.4139.41
Hex77526F01F7351391227
Octal1671221570377654712247
Binary11101111010010110111101111111111010110011100110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77526F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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