#7D769D

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

Shades of Deluge #7D769D

Tints of Deluge #7D769D

Color information

#7D769D (or 0x7D769D) is unknown color: approx Deluge. HEX triplet: 7D, 76 and 9D. RGB value is (125,118,157). Sum of RGB (Red+Green+Blue) = 125+118+157=400 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.25% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D769D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D769D is #828962. Grayscale: #7C7C7C. Windows color (decimal): -8554851 or 10319485. OLE color: 10319485.

HSL color Cylindrical-coordinate representation of color #7D769D: hue angle of 250.77º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7D769D is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB125118157-
CMYK0.200.2500.38
HSL250.77º16.6%53.92%-
HSV(B)250.77º24.84%61.57%-
XYZ21.0219.7534.6-
YUV124.54146.32128.33-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.25%
GREEN value IS 118 (46.48% from 255) = 29.5%
BLUE value IS 157 (61.72% from 255) = 39.25%
R=31.25%
G=29.5%
B=39.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1251181570.200.2500.38250.7716.653.92
Hex7D769D1419026fb1136
Octal17516623524310463732166
Binary1111101111011010011101101001100101001101111101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D769D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,118,157); }

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

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

 a { background-color: rgb(125,118,157); }

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

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

 span { border-color: rgb(125,118,157); }

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