Html Css Color HEX #7A77AB Deluge

📋 copy color: '#7A77AB'

red 122 ◦ green 119 ◦ blue 171

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

Shades of Deluge #7A77AB

Tints of Deluge #7A77AB

RGB

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

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

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

R = 29.61%
G = 28.88%
B = 41.5%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7A77AB (or 0x7A77AB) is known color: Deluge. HEX triplet: 7A, 77 and AB. RGB value is (122,119,171). Sum of RGB (Red+Green+Blue) = 122+119+171=412 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.61% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 171 - color contains mainly: blue. Hex color #7A77AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A77AB is #858854. Grayscale: #7D7D7D. Windows color (decimal): -8751189 or 11237242. OLE color: 11237242.

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

Color convert

RGB 122 119 171 -
CMYK 0.29 0.30 0 0.33
HSL 243.46º 0.24% 0.57% -
HSV(B) 243.46º 0.3% 0.67% -
XYZ 21.97 20.27 41.28 -
YUV 125.83 153.49 125.27 -
System Red Green Blue C M Y K H S L
Decimal 122 119 171 0.29 0.30 0 0.33 243.46 0.24 0.57
Hex 7A 77 AB 1D 1E 0 21 F3 18 39
Octal 172 167 253 35 36 0 41 363 30 71
Binary 1111010 1110111 10101011 11101 11110 0 100001 11110011 11000 111001

Color Harmonies of #7A77AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A77AB

Black with #7A77AB

Text Example


Text Example

White with #7A77AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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