#81779C

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

Shades of Deluge #81779C

Tints of Deluge #81779C

Color information

#81779C (or 0x81779C) is unknown color: approx Deluge. HEX triplet: 81, 77 and 9C. RGB value is (129,119,156). Sum of RGB (Red+Green+Blue) = 129+119+156=404 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.93% from 404); Green value is 119 (46.88% from 255 or 29.46% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 156 - color contains mainly: blue. Hex color #81779C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81779C is #7E8863. Grayscale: #7E7E7E. Windows color (decimal): -8292452 or 10254209. OLE color: 10254209.

HSL color Cylindrical-coordinate representation of color #81779C: hue angle of 256.22º 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 #81779C is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB129119156-
CMYK0.170.2400.39
HSL256.22º15.74%53.92%-
HSV(B)256.22º23.72%61.18%-
XYZ21.6520.2634.22-
YUV126.21144.81129.99-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.93%
GREEN value IS 119 (46.88% from 255) = 29.46%
BLUE value IS 156 (61.33% from 255) = 38.61%
R=31.93%
G=29.46%
B=38.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1291191560.170.2400.39256.2215.7453.92
Hex81779C11180271001036
Octal20116723421300474002066
Binary100000011110111100111001000111000010011110000000010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81779C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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