Html Css Color HEX #7C7AAC Deluge

📋 copy color: '#7C7AAC'

red 124 ◦ green 122 ◦ blue 172

#7C7AAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deluge #7C7AAC

Tints of Deluge #7C7AAC

RGB

 RED value IS 124 (48.83% from 255) = 29.67%

 GREEN value IS 122 (48.05% from 255) = 29.19%

 BLUE value IS 172 (67.58% from 255) = 41.15%

R = 29.67%
G = 29.19%
B = 41.15%

CMYK

 C value IS 0.28

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7C7AAC (or 0x7C7AAC) is known color: Deluge. HEX triplet: 7C, 7A and AC. RGB value is (124,122,172). Sum of RGB (Red+Green+Blue) = 124+122+172=418 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.67% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 172 - color contains mainly: blue. Hex color #7C7AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7AAC is #838553. Grayscale: #808080. Windows color (decimal): -8619348 or 11303548. OLE color: 11303548.

HSL color Cylindrical-coordinate representation of color #7C7AAC: hue angle of 242.4º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7C7AAC is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 124 122 172 -
CMYK 0.28 0.29 0 0.33
HSL 242.4º 0.23% 0.58% -
HSV(B) 242.4º 0.29% 0.67% -
XYZ 22.72 21.18 41.92 -
YUV 128.3 152.66 124.93 -
System Red Green Blue C M Y K H S L
Decimal 124 122 172 0.28 0.29 0 0.33 242.4 0.23 0.58
Hex 7C 7A AC 1C 1D 0 21 F2 17 3A
Octal 174 172 254 34 35 0 41 362 27 72
Binary 1111100 1111010 10101100 11100 11101 0 100001 11110010 10111 111010

Color Harmonies of #7C7AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7AAC

Black with #7C7AAC

Text Example


Text Example

White with #7C7AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,122,172); }

 H1.HeaderClassName
 {
   color: #7C7AAC;
 }
 .AnyTagClassName
 {
   color: #7C7AAC;
 }
</style>

background-color css

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

 a { background-color: rgb(124,122,172); }

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

border-color css

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

 span { border-color: rgb(124,122,172); }

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