#78556E

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

Shades of Salt Box #78556E

Tints of Salt Box #78556E

Color information

#78556E (or 0x78556E) is unknown color: approx Salt Box. HEX triplet: 78, 55 and 6E. RGB value is (120,85,110). Sum of RGB (Red+Green+Blue) = 120+85+110=315 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.10% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 120 - color contains mainly: red. Hex color #78556E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78556E is #87AA91. Grayscale: #626262. Windows color (decimal): -8891026 or 7230840. OLE color: 7230840.

HSL color Cylindrical-coordinate representation of color #78556E: hue angle of 317.14º 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 #78556E is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB12085110-
CMYK00.290.080.53
HSL317.14º17.07%40.2%-
HSV(B)317.14º29.17%47.06%-
XYZ13.8111.6216.27-
YUV98.32134.6143.47-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.10%
GREEN value IS 85 (33.59% from 255) = 26.98%
BLUE value IS 110 (43.36% from 255) = 34.92%
R=38.10%
G=26.98%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208511000.290.080.53317.1417.0740.2
Hex78556E01D83513d1128
Octal17012515603510654752150
Binary111100010101011101110011101100011010110011110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78556E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78556E; }

 p { color: rgb(120,85,110); }

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

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

 a { background-color: rgb(120,85,110); }

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

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

 span { border-color: rgb(120,85,110); }

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