Html Css Color HEX #7C77AC Deluge

📋 copy color: '#7C77AC'

red 124 ◦ green 119 ◦ blue 172

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

Shades of Deluge #7C77AC

Tints of Deluge #7C77AC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.67%

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

R = 29.88%
G = 28.67%
B = 41.45%

CMYK

 C value IS 0.28

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7C77AC (or 0x7C77AC) is known color: Deluge. HEX triplet: 7C, 77 and AC. RGB value is (124,119,172). Sum of RGB (Red+Green+Blue) = 124+119+172=415 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.88% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #7C77AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C77AC is #838853. Grayscale: #7E7E7E. Windows color (decimal): -8620116 or 11302780. OLE color: 11302780.

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

Color convert

RGB 124 119 172 -
CMYK 0.28 0.31 0 0.33
HSL 245.66º 0.24% 0.57% -
HSV(B) 245.66º 0.31% 0.67% -
XYZ 22.36 20.46 41.8 -
YUV 126.54 153.66 126.19 -
System Red Green Blue C M Y K H S L
Decimal 124 119 172 0.28 0.31 0 0.33 245.66 0.24 0.57
Hex 7C 77 AC 1C 1F 0 21 F6 18 39
Octal 174 167 254 34 37 0 41 366 30 71
Binary 1111100 1110111 10101100 11100 11111 0 100001 11110110 11000 111001

Color Harmonies of #7C77AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C77AC

Black with #7C77AC

Text Example


Text Example

White with #7C77AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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