Html Css Color HEX #797191 Deluge

📋 copy color: '#797191'

red 121 ◦ green 113 ◦ blue 145

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

Shades of Deluge #797191

Tints of Deluge #797191

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.82%

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

R = 31.93%
G = 29.82%
B = 38.26%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#797191 (or 0x797191) is known color: Deluge. HEX triplet: 79, 71 and 91. RGB value is (121,113,145). Sum of RGB (Red+Green+Blue) = 121+113+145=379 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.93% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 145 (57.03% from 255 or 38.26% from 379); Max value from RGB is 145 - color contains mainly: blue. Hex color #797191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797191 is #868E6E. Grayscale: #767676. Windows color (decimal): -8818287 or 9531769. OLE color: 9531769.

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

Color convert

RGB 121 113 145 -
CMYK 0.17 0.22 0 0.43
HSL 255º 0.13% 0.51% -
HSV(B) 255º 0.22% 0.57% -
XYZ 18.9 17.92 29.25 -
YUV 119.04 142.65 129.4 -
System Red Green Blue C M Y K H S L
Decimal 121 113 145 0.17 0.22 0 0.43 255 0.13 0.51
Hex 79 71 91 11 16 0 2B FF D 33
Octal 171 161 221 21 26 0 53 377 15 63
Binary 1111001 1110001 10010001 10001 10110 0 101011 11111111 1101 110011

Color Harmonies of #797191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797191

Black with #797191

Text Example


Text Example

White with #797191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797191; }

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

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

background-color css

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

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

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

border-color css

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

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

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