Html Css Color HEX #80779E Deluge

📋 copy color: '#80779E'

red 128 ◦ green 119 ◦ blue 158

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

Shades of Deluge #80779E

Tints of Deluge #80779E

RGB

 RED value IS 128 (50.39% from 255) = 31.6%

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

 BLUE value IS 158 (62.11% from 255) = 39.01%

R = 31.6%
G = 29.38%
B = 39.01%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80779E (or 0x80779E) is known color: Deluge. HEX triplet: 80, 77 and 9E. RGB value is (128,119,158). Sum of RGB (Red+Green+Blue) = 128+119+158=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 119 (46.88% from 255 or 29.38% from 405); Blue value is 158 (62.11% from 255 or 39.01% from 405); Max value from RGB is 158 - color contains mainly: blue. Hex color #80779E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80779E is #7F8861. Grayscale: #7D7D7D. Windows color (decimal): -8357986 or 10385280. OLE color: 10385280.

HSL color Cylindrical-coordinate representation of color #80779E: hue angle of 253.85º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #80779E is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 119 158 -
CMYK 0.19 0.25 0 0.38
HSL 253.85º 0.17% 0.54% -
HSV(B) 253.85º 0.25% 0.62% -
XYZ 21.67 20.25 35.11 -
YUV 126.14 145.98 129.33 -
System Red Green Blue C M Y K H S L
Decimal 128 119 158 0.19 0.25 0 0.38 253.85 0.17 0.54
Hex 80 77 9E 13 19 0 26 FE 11 36
Octal 200 167 236 23 31 0 46 376 21 66
Binary 10000000 1110111 10011110 10011 11001 0 100110 11111110 10001 110110

Color Harmonies of #80779E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80779E

Black with #80779E

Text Example


Text Example

White with #80779E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,119,158); }

 H1.HeaderClassName
 {
   color: #80779E;
 }
 .AnyTagClassName
 {
   color: #80779E;
 }
</style>

background-color css

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

 a { background-color: rgb(128,119,158); }

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

border-color css

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

 span { border-color: rgb(128,119,158); }

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