#775471

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

Shades of Salt Box #775471

Tints of Salt Box #775471

Color information

#775471 (or 0x775471) is unknown color: approx Salt Box. HEX triplet: 77, 54 and 71. RGB value is (119,84,113). Sum of RGB (Red+Green+Blue) = 119+84+113=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 119 - color contains mainly: red. Hex color #775471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775471 is #88AB8E. Grayscale: #616161. Windows color (decimal): -8956815 or 7427191. OLE color: 7427191.

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

Color convert

RGB11984113-
CMYK00.290.050.53
HSL310.29º17.24%39.8%-
HSV(B)310.29º29.41%46.67%-
XYZ13.7611.4517.11-
YUV97.77136.6143.14-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.66%
GREEN value IS 84 (33.20% from 255) = 26.58%
BLUE value IS 113 (44.53% from 255) = 35.76%
R=37.66%
G=26.58%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198411300.290.050.53310.2917.2439.8
Hex77547101D5351361128
Octal1671241610355654662150
Binary11101111010100111000101110110111010110011011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775471; }

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

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

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

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

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

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

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

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