#88779C

Color #88779C Deluge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deluge #88779C

Tints of Deluge #88779C

Color information

#88779C (or 0x88779C) is unknown color: approx Deluge. HEX triplet: 88, 77 and 9C. RGB value is (136,119,156). Sum of RGB (Red+Green+Blue) = 136+119+156=411 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.09% from 411); Green value is 119 (46.88% from 255 or 28.95% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 156 - color contains mainly: blue. Hex color #88779C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88779C is #778863. Grayscale: #808080. Windows color (decimal): -7833700 or 10254216. OLE color: 10254216.

HSL color Cylindrical-coordinate representation of color #88779C: hue angle of 267.57º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #88779C is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB136119156-
CMYK0.130.2400.39
HSL267.57º15.74%53.92%-
HSV(B)267.57º23.72%61.18%-
XYZ22.7520.8334.27-
YUV128.3143.63133.49-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.09%
GREEN value IS 119 (46.88% from 255) = 28.95%
BLUE value IS 156 (61.33% from 255) = 37.96%
R=33.09%
G=28.95%
B=37.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1361191560.130.2400.39267.5715.7453.92
Hex88779CD1802710c1036
Octal21016723415300474142066
Binary10001000111011110011100110111000010011110000110010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88779C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88779C; }

 p { color: rgb(136,119,156); }

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

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

 a { background-color: rgb(136,119,156); }

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

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

 span { border-color: rgb(136,119,156); }

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