#7c76af

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

Shades of Deluge #7C76AF

Tints of Deluge #7C76AF

Color information

#7C76AF (or 0x7C76AF) is unknown color: approx Deluge. HEX triplet: 7C, 76 and AF. RGB value is (124,118,175). Sum of RGB (Red+Green+Blue) = 124+118+175=417 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.74% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 175 - color contains mainly: blue. Hex color #7C76AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C76AF is #838950. Grayscale: #7E7E7E. Windows color (decimal): -8620369 or 11499132. OLE color: 11499132.

HSL color Cylindrical-coordinate representation of color #7C76AF: hue angle of 246.32º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7C76AF is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB124118175-
CMYK0.290.3300.31
HSL246.32º26.27%57.45%-
HSV(B)246.32º32.57%68.63%-
XYZ22.5320.3443.3-
YUV126.29155.49126.37-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.74%
GREEN value IS 118 (46.48% from 255) = 28.30%
BLUE value IS 175 (68.75% from 255) = 41.97%
R=29.74%
G=28.30%
B=41.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1241181750.290.3300.31246.3226.2757.45
Hex7C76AF1D2101Ff61a39
Octal17416625735410373663271
Binary1111100111011010101111111011000010111111111011011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c76af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,118,175); }

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

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

 a { background-color: rgb(124,118,175); }

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

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

 span { border-color: rgb(124,118,175); }

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