Html Css Color HEX #88779B Deluge

📋 copy color: '#88779B'

red 136 ◦ green 119 ◦ blue 155

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

Shades of Deluge #88779B

Tints of Deluge #88779B

RGB

 RED value IS 136 (53.52% from 255) = 33.17%

 GREEN value IS 119 (46.88% from 255) = 29.02%

 BLUE value IS 155 (60.94% from 255) = 37.8%

R = 33.17%
G = 29.02%
B = 37.8%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#88779B (or 0x88779B) is known color: Deluge. HEX triplet: 88, 77 and 9B. RGB value is (136,119,155). Sum of RGB (Red+Green+Blue) = 136+119+155=410 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.17% from 410); Green value is 119 (46.88% from 255 or 29.02% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 155 - color contains mainly: blue. Hex color #88779B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88779B is #778864. Grayscale: #808080. Windows color (decimal): -7833701 or 10188680. OLE color: 10188680.

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

Color convert

RGB 136 119 155 -
CMYK 0.12 0.23 0 0.39
HSL 268.33º 0.15% 0.54% -
HSV(B) 268.33º 0.23% 0.61% -
XYZ 22.67 20.79 33.83 -
YUV 128.19 143.13 133.57 -
System Red Green Blue C M Y K H S L
Decimal 136 119 155 0.12 0.23 0 0.39 268.33 0.15 0.54
Hex 88 77 9B C 17 0 27 10C F 36
Octal 210 167 233 14 27 0 47 414 17 66
Binary 10001000 1110111 10011011 1100 10111 0 100111 100001100 1111 110110

Color Harmonies of #88779B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88779B

Black with #88779B

Text Example


Text Example

White with #88779B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #88779B;
 }
 .AnyTagClassName
 {
   color: #88779B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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