Html Css Color HEX #797091 Deluge

📋 copy color: '#797091'

red 121 ◦ green 112 ◦ blue 145

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

Shades of Deluge #797091

Tints of Deluge #797091

RGB

 RED value IS 121 (47.66% from 255) = 32.01%

 GREEN value IS 112 (44.14% from 255) = 29.63%

 BLUE value IS 145 (57.03% from 255) = 38.36%

R = 32.01%
G = 29.63%
B = 38.36%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#797091 (or 0x797091) is known color: Deluge. HEX triplet: 79, 70 and 91. RGB value is (121,112,145). Sum of RGB (Red+Green+Blue) = 121+112+145=378 (50% of max value = 765). Red value is 121 (47.66% from 255 or 32.01% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 145 (57.03% from 255 or 38.36% from 378); Max value from RGB is 145 - color contains mainly: blue. Hex color #797091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797091 is #868F6E. Grayscale: #767676. Windows color (decimal): -8818543 or 9531513. OLE color: 9531513.

HSL color Cylindrical-coordinate representation of color #797091: hue angle of 256.36º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #797091 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 121 112 145 -
CMYK 0.17 0.23 0 0.43
HSL 256.36º 0.13% 0.5% -
HSV(B) 256.36º 0.23% 0.57% -
XYZ 18.79 17.7 29.21 -
YUV 118.45 142.98 129.82 -
System Red Green Blue C M Y K H S L
Decimal 121 112 145 0.17 0.23 0 0.43 256.36 0.13 0.5
Hex 79 70 91 11 17 0 2B 100 D 32
Octal 171 160 221 21 27 0 53 400 15 62
Binary 1111001 1110000 10010001 10001 10111 0 101011 100000000 1101 110010

Color Harmonies of #797091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797091

Black with #797091

Text Example


Text Example

White with #797091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797091; }

 p { color: rgb(121,112,145); }

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

background-color css

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

 a { background-color: rgb(121,112,145); }

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

border-color css

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

 span { border-color: rgb(121,112,145); }

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