#7F779C

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

Shades of Deluge #7F779C

Tints of Deluge #7F779C

Color information

#7F779C (or 0x7F779C) is unknown color: approx Deluge. HEX triplet: 7F, 77 and 9C. RGB value is (127,119,156). Sum of RGB (Red+Green+Blue) = 127+119+156=402 (53% of max value = 765). Red value is 127 (50% from 255 or 31.59% from 402); Green value is 119 (46.88% from 255 or 29.60% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 156 - color contains mainly: blue. Hex color #7F779C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F779C is #808863. Grayscale: #7D7D7D. Windows color (decimal): -8423524 or 10254207. OLE color: 10254207.

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

Color convert

RGB127119156-
CMYK0.190.2400.39
HSL252.97º15.74%53.92%-
HSV(B)252.97º23.72%61.18%-
XYZ21.3520.1134.21-
YUV125.61145.15128.99-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.59%
GREEN value IS 119 (46.88% from 255) = 29.60%
BLUE value IS 156 (61.33% from 255) = 38.81%
R=31.59%
G=29.60%
B=38.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1271191560.190.2400.39252.9715.7453.92
Hex7F779C1318027fd1036
Octal17716723423300473752066
Binary1111111111011110011100100111100001001111111110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F779C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F779C; }

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

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

<style>
 a { background-color: #7F779C; }

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

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

<style>
 span { border-color: #7F779C; }

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

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