#7C799B

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

Shades of Deluge #7C799B

Tints of Deluge #7C799B

Color information

#7C799B (or 0x7C799B) is unknown color: approx Deluge. HEX triplet: 7C, 79 and 9B. RGB value is (124,121,155). Sum of RGB (Red+Green+Blue) = 124+121+155=400 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31% from 400); Green value is 121 (47.66% from 255 or 30.25% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 155 - color contains mainly: blue. Hex color #7C799B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C799B is #838664. Grayscale: #7D7D7D. Windows color (decimal): -8619621 or 10189180. OLE color: 10189180.

HSL color Cylindrical-coordinate representation of color #7C799B: hue angle of 245.29º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7C799B is Cyan = 0.2, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB124121155-
CMYK0.20.2200.39
HSL245.29º14.53%54.12%-
HSV(B)245.29º21.94%60.78%-
XYZ21.0720.3333.82-
YUV125.77144.49126.74-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31%
GREEN value IS 121 (47.66% from 255) = 30.25%
BLUE value IS 155 (60.94% from 255) = 38.75%
R=31%
G=30.25%
B=38.75%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1241211550.20.2200.39245.2914.5354.12
Hex7C799B1416027f5f36
Octal17417123324260473651766
Binary111110011110011001101110100101100100111111101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C799B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,121,155); }

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

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

 a { background-color: rgb(124,121,155); }

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

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

 span { border-color: rgb(124,121,155); }

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