Html Css Color HEX #847799 Deluge

📋 copy color: '#847799'

red 132 ◦ green 119 ◦ blue 153

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

Shades of Deluge #847799

Tints of Deluge #847799

RGB

 RED value IS 132 (51.95% from 255) = 32.67%

 GREEN value IS 119 (46.88% from 255) = 29.46%

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

R = 32.67%
G = 29.46%
B = 37.87%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#847799 (or 0x847799) is known color: Deluge. HEX triplet: 84, 77 and 99. RGB value is (132,119,153). Sum of RGB (Red+Green+Blue) = 132+119+153=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 119 (46.88% from 255 or 29.46% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 153 - color contains mainly: blue. Hex color #847799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847799 is #7B8866. Grayscale: #7E7E7E. Windows color (decimal): -8095847 or 10057604. OLE color: 10057604.

HSL color Cylindrical-coordinate representation of color #847799: hue angle of 262.94º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #847799 is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 132 119 153 -
CMYK 0.14 0.22 0 0.4
HSL 262.94º 0.14% 0.53% -
HSV(B) 262.94º 0.22% 0.6% -
XYZ 21.86 20.4 32.92 -
YUV 126.76 142.81 131.74 -
System Red Green Blue C M Y K H S L
Decimal 132 119 153 0.14 0.22 0 0.4 262.94 0.14 0.53
Hex 84 77 99 E 16 0 28 107 E 35
Octal 204 167 231 16 26 0 50 407 16 65
Binary 10000100 1110111 10011001 1110 10110 0 101000 100000111 1110 110101

Color Harmonies of #847799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847799

Black with #847799

Text Example


Text Example

White with #847799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847799; }

 p { color: rgb(132,119,153); }

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

background-color css

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

 a { background-color: rgb(132,119,153); }

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

border-color css

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

 span { border-color: rgb(132,119,153); }

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