#775671

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

Shades of Salt Box #775671

Tints of Salt Box #775671

Color information

#775671 (or 0x775671) is unknown color: approx Salt Box. HEX triplet: 77, 56 and 71. RGB value is (119,86,113). Sum of RGB (Red+Green+Blue) = 119+86+113=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 119 - color contains mainly: red. Hex color #775671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775671 is #88A98E. Grayscale: #626262. Windows color (decimal): -8956303 or 7427703. OLE color: 7427703.

HSL color Cylindrical-coordinate representation of color #775671: hue angle of 310.91º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #775671 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB11986113-
CMYK00.280.050.53
HSL310.91º16.1%40.2%-
HSV(B)310.91º27.73%46.67%-
XYZ13.9211.7717.16-
YUV98.94135.93142.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.42%
GREEN value IS 86 (33.98% from 255) = 27.04%
BLUE value IS 113 (44.53% from 255) = 35.53%
R=37.42%
G=27.04%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198611300.280.050.53310.9116.140.2
Hex77567101C5351371028
Octal1671261610345654672050
Binary11101111010110111000101110010111010110011011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775671; }

 p { color: rgb(119,86,113); }

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

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

 a { background-color: rgb(119,86,113); }

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

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

 span { border-color: rgb(119,86,113); }

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