#775670

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

Shades of Salt Box #775670

Tints of Salt Box #775670

Color information

#775670 (or 0x775670) is unknown color: approx Salt Box. HEX triplet: 77, 56 and 70. RGB value is (119,86,112). Sum of RGB (Red+Green+Blue) = 119+86+112=317 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.54% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 119 - color contains mainly: red. Hex color #775670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775670 is #88A98F. Grayscale: #626262. Windows color (decimal): -8956304 or 7362167. OLE color: 7362167.

HSL color Cylindrical-coordinate representation of color #775670: hue angle of 312.73º 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 #775670 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB11986112-
CMYK00.280.060.53
HSL312.73º16.1%40.2%-
HSV(B)312.73º27.73%46.67%-
XYZ13.8611.7516.87-
YUV98.83135.43142.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.54%
GREEN value IS 86 (33.98% from 255) = 27.13%
BLUE value IS 112 (44.14% from 255) = 35.33%
R=37.54%
G=27.13%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198611200.280.060.53312.7316.140.2
Hex77567001C6351391028
Octal1671261600346654712050
Binary11101111010110111000001110011011010110011100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775670; }

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

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

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

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

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

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

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

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