Html Css Color HEX #776899 Scampi

📋 copy color: '#776899'

red 119 ◦ green 104 ◦ blue 153

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

Shades of Scampi #776899

Tints of Scampi #776899

RGB

 RED value IS 119 (46.88% from 255) = 31.65%

 GREEN value IS 104 (41.02% from 255) = 27.66%

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

R = 31.65%
G = 27.66%
B = 40.69%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#776899 (or 0x776899) is known color: Scampi. HEX triplet: 77, 68 and 99. RGB value is (119,104,153). Sum of RGB (Red+Green+Blue) = 119+104+153=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 153 - color contains mainly: blue. Hex color #776899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776899 is #889766. Grayscale: #717171. Windows color (decimal): -8951655 or 10053751. OLE color: 10053751.

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

Color convert

RGB 119 104 153 -
CMYK 0.22 0.32 0 0.4
HSL 258.37º 0.19% 0.5% -
HSV(B) 258.37º 0.32% 0.6% -
XYZ 18.31 16.12 32.28 -
YUV 114.07 149.97 131.52 -
System Red Green Blue C M Y K H S L
Decimal 119 104 153 0.22 0.32 0 0.4 258.37 0.19 0.5
Hex 77 68 99 16 20 0 28 102 13 32
Octal 167 150 231 26 40 0 50 402 23 62
Binary 1110111 1101000 10011001 10110 100000 0 101000 100000010 10011 110010

Color Harmonies of #776899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776899

Black with #776899

Text Example


Text Example

White with #776899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776899; }

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

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

background-color css

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

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

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

border-color css

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

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

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