Html Css Color HEX #7A779B Deluge

📋 copy color: '#7A779B'

red 122 ◦ green 119 ◦ blue 155

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

Shades of Deluge #7A779B

Tints of Deluge #7A779B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.14%

R = 30.81%
G = 30.05%
B = 39.14%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7A779B (or 0x7A779B) is known color: Deluge. HEX triplet: 7A, 77 and 9B. RGB value is (122,119,155). Sum of RGB (Red+Green+Blue) = 122+119+155=396 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.81% from 396); Green value is 119 (46.88% from 255 or 30.05% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 155 - color contains mainly: blue. Hex color #7A779B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A779B is #858864. Grayscale: #7B7B7B. Windows color (decimal): -8751205 or 10188666. OLE color: 10188666.

HSL color Cylindrical-coordinate representation of color #7A779B: hue angle of 245º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7A779B is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 122 119 155 -
CMYK 0.21 0.23 0 0.39
HSL 245º 0.15% 0.54% -
HSV(B) 245º 0.23% 0.61% -
XYZ 20.54 19.7 33.73 -
YUV 124 145.49 126.57 -
System Red Green Blue C M Y K H S L
Decimal 122 119 155 0.21 0.23 0 0.39 245 0.15 0.54
Hex 7A 77 9B 15 17 0 27 F5 F 36
Octal 172 167 233 25 27 0 47 365 17 66
Binary 1111010 1110111 10011011 10101 10111 0 100111 11110101 1111 110110

Color Harmonies of #7A779B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A779B

Black with #7A779B

Text Example


Text Example

White with #7A779B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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