#7C76A4

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

Shades of Deluge #7C76A4

Tints of Deluge #7C76A4

Color information

#7C76A4 (or 0x7C76A4) is unknown color: approx Deluge. HEX triplet: 7C, 76 and A4. RGB value is (124,118,164). Sum of RGB (Red+Green+Blue) = 124+118+164=406 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.54% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 164 (64.45% from 255 or 40.39% from 406); Max value from RGB is 164 - color contains mainly: blue. Hex color #7C76A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C76A4 is #83895B. Grayscale: #7C7C7C. Windows color (decimal): -8620380 or 10778236. OLE color: 10778236.

HSL color Cylindrical-coordinate representation of color #7C76A4: hue angle of 247.83º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7C76A4 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB124118164-
CMYK0.240.2800.36
HSL247.83º20.18%55.29%-
HSV(B)247.83º28.05%64.31%-
XYZ21.4919.9237.83-
YUV125.04149.99127.26-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.54%
GREEN value IS 118 (46.48% from 255) = 29.06%
BLUE value IS 164 (64.45% from 255) = 40.39%
R=30.54%
G=29.06%
B=40.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1241181640.240.2800.36247.8320.1855.29
Hex7C76A4181C024f81437
Octal17416624430340443702467
Binary1111100111011010100100110001110001001001111100010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C76A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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