#775C6E

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

Shades of Salt Box #775C6E

Tints of Salt Box #775C6E

Color information

#775C6E (or 0x775C6E) is unknown color: approx Salt Box. HEX triplet: 77, 5C and 6E. RGB value is (119,92,110). Sum of RGB (Red+Green+Blue) = 119+92+110=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 119 - color contains mainly: red. Hex color #775C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775C6E is #88A391. Grayscale: #666666. Windows color (decimal): -8954770 or 7232631. OLE color: 7232631.

HSL color Cylindrical-coordinate representation of color #775C6E: hue angle of 320º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #775C6E is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB11992110-
CMYK00.230.080.53
HSL320º12.8%41.37%-
HSV(B)320º22.69%46.67%-
XYZ14.2512.716.45-
YUV102.12132.45140.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.07%
GREEN value IS 92 (36.33% from 255) = 28.66%
BLUE value IS 110 (43.36% from 255) = 34.27%
R=37.07%
G=28.66%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199211000.230.080.5332012.841.37
Hex775C6E017835140d29
Octal16713415602710655001551
Binary11101111011100110111001011110001101011010000001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775C6E; }

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

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

<style>
 a { background-color: #775C6E; }

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

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

<style>
 span { border-color: #775C6E; }

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

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