Html Css Color HEX #7A77AA Deluge

📋 copy color: '#7A77AA'

red 122 ◦ green 119 ◦ blue 170

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

Shades of Deluge #7A77AA

Tints of Deluge #7A77AA

RGB

 RED value IS 122 (48.05% from 255) = 29.68%

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

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

R = 29.68%
G = 28.95%
B = 41.36%

CMYK

 C value IS 0.28

 M value IS 0.3

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7A77AA (or 0x7A77AA) is known color: Deluge. HEX triplet: 7A, 77 and AA. RGB value is (122,119,170). Sum of RGB (Red+Green+Blue) = 122+119+170=411 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.68% from 411); Green value is 119 (46.88% from 255 or 28.95% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 170 - color contains mainly: blue. Hex color #7A77AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A77AA is #858855. Grayscale: #7D7D7D. Windows color (decimal): -8751190 or 11171706. OLE color: 11171706.

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

Color convert

RGB 122 119 170 -
CMYK 0.28 0.3 0 0.33
HSL 243.53º 0.23% 0.57% -
HSV(B) 243.53º 0.3% 0.67% -
XYZ 21.88 20.23 40.78 -
YUV 125.71 152.99 125.35 -
System Red Green Blue C M Y K H S L
Decimal 122 119 170 0.28 0.3 0 0.33 243.53 0.23 0.57
Hex 7A 77 AA 1C 1E 0 21 F4 17 39
Octal 172 167 252 34 36 0 41 364 27 71
Binary 1111010 1110111 10101010 11100 11110 0 100001 11110100 10111 111001

Color Harmonies of #7A77AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A77AA

Black with #7A77AA

Text Example


Text Example

White with #7A77AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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