Html Css Color HEX #7A779E Deluge

📋 copy color: '#7A779E'

red 122 ◦ green 119 ◦ blue 158

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

Shades of Deluge #7A779E

Tints of Deluge #7A779E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.6%

R = 30.58%
G = 29.82%
B = 39.6%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7A779E (or 0x7A779E) is known color: Deluge. HEX triplet: 7A, 77 and 9E. RGB value is (122,119,158). Sum of RGB (Red+Green+Blue) = 122+119+158=399 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.58% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 158 (62.11% from 255 or 39.60% from 399); Max value from RGB is 158 - color contains mainly: blue. Hex color #7A779E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A779E is #858861. Grayscale: #7C7C7C. Windows color (decimal): -8751202 or 10385274. OLE color: 10385274.

HSL color Cylindrical-coordinate representation of color #7A779E: hue angle of 244.62º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7A779E is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 122 119 158 -
CMYK 0.23 0.25 0 0.38
HSL 244.62º 0.17% 0.54% -
HSV(B) 244.62º 0.25% 0.62% -
XYZ 20.79 19.8 35.07 -
YUV 124.34 146.99 126.33 -
System Red Green Blue C M Y K H S L
Decimal 122 119 158 0.23 0.25 0 0.38 244.62 0.17 0.54
Hex 7A 77 9E 17 19 0 26 F5 11 36
Octal 172 167 236 27 31 0 46 365 21 66
Binary 1111010 1110111 10011110 10111 11001 0 100110 11110101 10001 110110

Color Harmonies of #7A779E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A779E

Black with #7A779E

Text Example


Text Example

White with #7A779E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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