#7B779C

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

Shades of Deluge #7B779C

Tints of Deluge #7B779C

Color information

#7B779C (or 0x7B779C) is unknown color: approx Deluge. HEX triplet: 7B, 77 and 9C. RGB value is (123,119,156). Sum of RGB (Red+Green+Blue) = 123+119+156=398 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.90% from 398); Green value is 119 (46.88% from 255 or 29.90% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 156 - color contains mainly: blue. Hex color #7B779C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B779C is #848863. Grayscale: #7C7C7C. Windows color (decimal): -8685668 or 10254203. OLE color: 10254203.

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

Color convert

RGB123119156-
CMYK0.210.2400.39
HSL246.49º15.74%53.92%-
HSV(B)246.49º23.72%61.18%-
XYZ20.7719.834.18-
YUV124.41145.83126.99-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.90%
GREEN value IS 119 (46.88% from 255) = 29.90%
BLUE value IS 156 (61.33% from 255) = 39.20%
R=30.90%
G=29.90%
B=39.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1231191560.210.2400.39246.4915.7453.92
Hex7B779C1518027f61036
Octal17316723425300473662066
Binary1111011111011110011100101011100001001111111011010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B779C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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