Html Css Color HEX #88779C Deluge

📋 copy color: '#88779C'

red 136 ◦ green 119 ◦ blue 156

#88779C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deluge #88779C

Tints of Deluge #88779C

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 value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#88779C (or 0x88779C) is known color: 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

RGB 136 119 156 -
CMYK 0.13 0.24 0 0.39
HSL 267.57º 0.16% 0.54% -
HSV(B) 267.57º 0.24% 0.61% -
XYZ 22.75 20.83 34.27 -
YUV 128.3 143.63 133.49 -
System Red Green Blue C M Y K H S L
Decimal 136 119 156 0.13 0.24 0 0.39 267.57 0.16 0.54
Hex 88 77 9C D 18 0 27 10C 10 36
Octal 210 167 234 15 30 0 47 414 20 66
Binary 10001000 1110111 10011100 1101 11000 0 100111 100001100 10000 110110

Color Harmonies of #88779C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88779C

Black with #88779C

Text Example


Text Example

White with #88779C

Text Example


Text Example

HTML Codes & Css Web 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>