Html Css Color HEX #796D91 Deluge

📋 copy color: '#796D91'

red 121 ◦ green 109 ◦ blue 145

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

Shades of Deluge #796D91

Tints of Deluge #796D91

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.07%

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

R = 32.27%
G = 29.07%
B = 38.67%

CMYK

 C value IS 0.17

 M value IS 0.25

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#796D91 (or 0x796D91) is known color: Deluge. HEX triplet: 79, 6D and 91. RGB value is (121,109,145). Sum of RGB (Red+Green+Blue) = 121+109+145=375 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.27% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 145 (57.03% from 255 or 38.67% from 375); Max value from RGB is 145 - color contains mainly: blue. Hex color #796D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796D91 is #86926E. Grayscale: #747474. Windows color (decimal): -8819311 or 9530745. OLE color: 9530745.

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

Color convert

RGB 121 109 145 -
CMYK 0.17 0.25 0 0.43
HSL 260º 0.14% 0.5% -
HSV(B) 260º 0.25% 0.57% -
XYZ 18.46 17.05 29.11 -
YUV 116.69 143.98 131.07 -
System Red Green Blue C M Y K H S L
Decimal 121 109 145 0.17 0.25 0 0.43 260 0.14 0.5
Hex 79 6D 91 11 19 0 2B 104 E 32
Octal 171 155 221 21 31 0 53 404 16 62
Binary 1111001 1101101 10010001 10001 11001 0 101011 100000100 1110 110010

Color Harmonies of #796D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796D91

Black with #796D91

Text Example


Text Example

White with #796D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796D91; }

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

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

background-color css

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

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

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

border-color css

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

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

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