Html Css Color HEX #7A7890 Deluge

📋 copy color: '#7A7890'

red 122 ◦ green 120 ◦ blue 144

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

Shades of Deluge #7A7890

Tints of Deluge #7A7890

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.09%

 BLUE value IS 144 (56.64% from 255) = 37.31%

R = 31.61%
G = 31.09%
B = 37.31%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7A7890 (or 0x7A7890) is known color: Deluge. HEX triplet: 7A, 78 and 90. RGB value is (122,120,144). Sum of RGB (Red+Green+Blue) = 122+120+144=386 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.61% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 144 - color contains mainly: blue. Hex color #7A7890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7890 is #85876F. Grayscale: #7B7B7B. Windows color (decimal): -8750960 or 9468026. OLE color: 9468026.

HSL color Cylindrical-coordinate representation of color #7A7890: hue angle of 245º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7A7890 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 122 120 144 -
CMYK 0.15 0.17 0 0.44
HSL 245º 0.1% 0.52% -
HSV(B) 245º 0.17% 0.56% -
XYZ 19.78 19.58 29.12 -
YUV 123.33 139.66 127.05 -
System Red Green Blue C M Y K H S L
Decimal 122 120 144 0.15 0.17 0 0.44 245 0.1 0.52
Hex 7A 78 90 F 11 0 2C F5 A 34
Octal 172 170 220 17 21 0 54 365 12 64
Binary 1111010 1111000 10010000 1111 10001 0 101100 11110101 1010 110100

Color Harmonies of #7A7890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7890

Black with #7A7890

Text Example


Text Example

White with #7A7890

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,120,144); }

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

background-color css

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

 a { background-color: rgb(122,120,144); }

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

border-color css

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

 span { border-color: rgb(122,120,144); }

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