Html Css Color HEX #796599 Deluge

📋 copy color: '#796599'

red 121 ◦ green 101 ◦ blue 153

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

Shades of Deluge #796599

Tints of Deluge #796599

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.93%

 BLUE value IS 153 (60.16% from 255) = 40.8%

R = 32.27%
G = 26.93%
B = 40.8%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#796599 (or 0x796599) is known color: Deluge. HEX triplet: 79, 65 and 99. RGB value is (121,101,153). Sum of RGB (Red+Green+Blue) = 121+101+153=375 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.27% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 153 - color contains mainly: blue. Hex color #796599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796599 is #869A66. Grayscale: #707070. Windows color (decimal): -8821351 or 10052985. OLE color: 10052985.

HSL color Cylindrical-coordinate representation of color #796599: hue angle of 263.08º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #796599 is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 121 101 153 -
CMYK 0.21 0.34 0 0.4
HSL 263.08º 0.2% 0.5% -
HSV(B) 263.08º 0.34% 0.6% -
XYZ 18.29 15.67 32.2 -
YUV 112.91 150.63 133.77 -
System Red Green Blue C M Y K H S L
Decimal 121 101 153 0.21 0.34 0 0.4 263.08 0.2 0.5
Hex 79 65 99 15 22 0 28 107 14 32
Octal 171 145 231 25 42 0 50 407 24 62
Binary 1111001 1100101 10011001 10101 100010 0 101000 100000111 10100 110010

Color Harmonies of #796599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796599

Black with #796599

Text Example


Text Example

White with #796599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796599; }

 p { color: rgb(121,101,153); }

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

background-color css

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

 a { background-color: rgb(121,101,153); }

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

border-color css

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

 span { border-color: rgb(121,101,153); }

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