#7B769B

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

Shades of Deluge #7B769B

Tints of Deluge #7B769B

Color information

#7B769B (or 0x7B769B) is unknown color: approx Deluge. HEX triplet: 7B, 76 and 9B. RGB value is (123,118,155). Sum of RGB (Red+Green+Blue) = 123+118+155=396 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.06% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 155 - color contains mainly: blue. Hex color #7B769B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B769B is #848964. Grayscale: #7B7B7B. Windows color (decimal): -8685925 or 10188411. OLE color: 10188411.

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

Color convert

RGB123118155-
CMYK0.210.2400.39
HSL248.11º15.61%53.53%-
HSV(B)248.11º23.87%60.78%-
XYZ20.5619.5333.7-
YUV123.71145.66127.49-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.06%
GREEN value IS 118 (46.48% from 255) = 29.80%
BLUE value IS 155 (60.94% from 255) = 39.14%
R=31.06%
G=29.80%
B=39.14%

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
Decimal1231181550.210.2400.39248.1115.6153.53
Hex7B769B1518027f81036
Octal17316623325300473702066
Binary1111011111011010011011101011100001001111111100010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,118,155); }

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

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

 a { background-color: rgb(123,118,155); }

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

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

 span { border-color: rgb(123,118,155); }

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