Html Css Color HEX #7C77AA Deluge

📋 copy color: '#7C77AA'

red 124 ◦ green 119 ◦ blue 170

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

Shades of Deluge #7C77AA

Tints of Deluge #7C77AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.16%

R = 30.02%
G = 28.81%
B = 41.16%

CMYK

 C value IS 0.27

 M value IS 0.3

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7C77AA (or 0x7C77AA) is known color: Deluge. HEX triplet: 7C, 77 and AA. RGB value is (124,119,170). Sum of RGB (Red+Green+Blue) = 124+119+170=413 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.02% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 170 - color contains mainly: blue. Hex color #7C77AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C77AA is #838855. Grayscale: #7E7E7E. Windows color (decimal): -8620118 or 11171708. OLE color: 11171708.

HSL color Cylindrical-coordinate representation of color #7C77AA: hue angle of 245.88º degrees, saturation: 0.23, 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 #7C77AA is Cyan = 0.27, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 124 119 170 -
CMYK 0.27 0.3 0 0.33
HSL 245.88º 0.23% 0.57% -
HSV(B) 245.88º 0.3% 0.67% -
XYZ 22.16 20.38 40.8 -
YUV 126.31 152.66 126.35 -
System Red Green Blue C M Y K H S L
Decimal 124 119 170 0.27 0.3 0 0.33 245.88 0.23 0.57
Hex 7C 77 AA 1B 1E 0 21 F6 17 39
Octal 174 167 252 33 36 0 41 366 27 71
Binary 1111100 1110111 10101010 11011 11110 0 100001 11110110 10111 111001

Color Harmonies of #7C77AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C77AA

Black with #7C77AA

Text Example


Text Example

White with #7C77AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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