Html Css Color HEX #7C77AB Deluge

📋 copy color: '#7C77AB'

red 124 ◦ green 119 ◦ blue 171

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

Shades of Deluge #7C77AB

Tints of Deluge #7C77AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.3%

R = 29.95%
G = 28.74%
B = 41.3%

CMYK

 C value IS 0.27

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7C77AB (or 0x7C77AB) is known color: Deluge. HEX triplet: 7C, 77 and AB. RGB value is (124,119,171). Sum of RGB (Red+Green+Blue) = 124+119+171=414 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.95% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C77AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C77AB is #838854. Grayscale: #7E7E7E. Windows color (decimal): -8620117 or 11237244. OLE color: 11237244.

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

Color convert

RGB 124 119 171 -
CMYK 0.27 0.30 0 0.33
HSL 245.77º 0.24% 0.57% -
HSV(B) 245.77º 0.3% 0.67% -
XYZ 22.26 20.42 41.3 -
YUV 126.42 153.16 126.27 -
System Red Green Blue C M Y K H S L
Decimal 124 119 171 0.27 0.30 0 0.33 245.77 0.24 0.57
Hex 7C 77 AB 1B 1E 0 21 F6 18 39
Octal 174 167 253 33 36 0 41 366 30 71
Binary 1111100 1110111 10101011 11011 11110 0 100001 11110110 11000 111001

Color Harmonies of #7C77AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C77AB

Black with #7C77AB

Text Example


Text Example

White with #7C77AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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