#7B788F

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

Shades of Deluge #7B788F

Tints of Deluge #7B788F

Color information

#7B788F (or 0x7B788F) is unknown color: approx Deluge. HEX triplet: 7B, 78 and 8F. RGB value is (123,120,143). Sum of RGB (Red+Green+Blue) = 123+120+143=386 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.87% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 143 - color contains mainly: blue. Hex color #7B788F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B788F is #848770. Grayscale: #7B7B7B. Windows color (decimal): -8685425 or 9402491. OLE color: 9402491.

HSL color Cylindrical-coordinate representation of color #7B788F: hue angle of 247.83º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7B788F is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB123120143-
CMYK0.140.1600.44
HSL247.83º9.31%51.57%-
HSV(B)247.83º16.08%56.08%-
XYZ19.8419.6328.73-
YUV123.52138.99127.63-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.87%
GREEN value IS 120 (47.27% from 255) = 31.09%
BLUE value IS 143 (56.25% from 255) = 37.05%
R=31.87%
G=31.09%
B=37.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1231201430.140.1600.44247.839.3151.57
Hex7B788FE1002Cf8934
Octal17317021716200543701164
Binary11110111111000100011111110100000101100111110001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B788F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,120,143); }

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

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

 a { background-color: rgb(123,120,143); }

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

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

 span { border-color: rgb(123,120,143); }

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