#79738F

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

Shades of Deluge #79738F

Tints of Deluge #79738F

Color information

#79738F (or 0x79738F) is unknown color: approx Deluge. HEX triplet: 79, 73 and 8F. RGB value is (121,115,143). Sum of RGB (Red+Green+Blue) = 121+115+143=379 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.93% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 143 - color contains mainly: blue. Hex color #79738F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79738F is #868C70. Grayscale: #777777. Windows color (decimal): -8817777 or 9401209. OLE color: 9401209.

HSL color Cylindrical-coordinate representation of color #79738F: hue angle of 252.86º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #79738F is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB121115143-
CMYK0.150.2000.44
HSL252.86º11.11%50.59%-
HSV(B)252.86º19.58%56.08%-
XYZ18.9718.3128.52-
YUV119.99140.99128.72-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.93%
GREEN value IS 115 (45.31% from 255) = 30.34%
BLUE value IS 143 (56.25% from 255) = 37.73%
R=31.93%
G=30.34%
B=37.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1211151430.150.2000.44252.8611.1150.59
Hex79738FF1402Cfdb33
Octal17116321717240543751363
Binary11110011110011100011111111101000101100111111011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79738F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79738F; }

 p { color: rgb(121,115,143); }

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

<style>
 a { background-color: #79738F; }

 a { background-color: rgb(121,115,143); }

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

<style>
 span { border-color: #79738F; }

 span { border-color: rgb(121,115,143); }

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