Html Css Color HEX #80779A Deluge

📋 copy color: '#80779A'

red 128 ◦ green 119 ◦ blue 154

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

Shades of Deluge #80779A

Tints of Deluge #80779A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.4%

R = 31.92%
G = 29.68%
B = 38.4%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#80779A (or 0x80779A) is known color: Deluge. HEX triplet: 80, 77 and 9A. RGB value is (128,119,154). Sum of RGB (Red+Green+Blue) = 128+119+154=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 119 (46.88% from 255 or 29.68% from 401); Blue value is 154 (60.55% from 255 or 38.40% from 401); Max value from RGB is 154 - color contains mainly: blue. Hex color #80779A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80779A is #7F8865. Grayscale: #7D7D7D. Windows color (decimal): -8357990 or 10123136. OLE color: 10123136.

HSL color Cylindrical-coordinate representation of color #80779A: hue angle of 255.43º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #80779A is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 128 119 154 -
CMYK 0.17 0.23 0 0.40
HSL 255.43º 0.15% 0.54% -
HSV(B) 255.43º 0.23% 0.6% -
XYZ 21.33 20.12 33.33 -
YUV 125.68 143.98 129.65 -
System Red Green Blue C M Y K H S L
Decimal 128 119 154 0.17 0.23 0 0.40 255.43 0.15 0.54
Hex 80 77 9A 11 17 0 28 FF F 36
Octal 200 167 232 21 27 0 50 377 17 66
Binary 10000000 1110111 10011010 10001 10111 0 101000 11111111 1111 110110

Color Harmonies of #80779A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80779A

Black with #80779A

Text Example


Text Example

White with #80779A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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