Html Css Color HEX #7A76AB Deluge

📋 copy color: '#7A76AB'

red 122 ◦ green 118 ◦ blue 171

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

Shades of Deluge #7A76AB

Tints of Deluge #7A76AB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.71%

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

R = 29.68%
G = 28.71%
B = 41.61%

CMYK

 C value IS 0.29

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7A76AB (or 0x7A76AB) is known color: Deluge. HEX triplet: 7A, 76 and AB. RGB value is (122,118,171). Sum of RGB (Red+Green+Blue) = 122+118+171=411 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.68% from 411); Green value is 118 (46.48% from 255 or 28.71% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #7A76AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A76AB is #858954. Grayscale: #7D7D7D. Windows color (decimal): -8751445 or 11236986. OLE color: 11236986.

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

Color convert

RGB 122 118 171 -
CMYK 0.29 0.31 0 0.33
HSL 244.53º 0.24% 0.57% -
HSV(B) 244.53º 0.31% 0.67% -
XYZ 21.86 20.03 41.24 -
YUV 125.24 153.83 125.69 -
System Red Green Blue C M Y K H S L
Decimal 122 118 171 0.29 0.31 0 0.33 244.53 0.24 0.57
Hex 7A 76 AB 1D 1F 0 21 F5 18 39
Octal 172 166 253 35 37 0 41 365 30 71
Binary 1111010 1110110 10101011 11101 11111 0 100001 11110101 11000 111001

Color Harmonies of #7A76AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A76AB

Black with #7A76AB

Text Example


Text Example

White with #7A76AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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