Html Css Color HEX #776499 Scampi

📋 copy color: '#776499'

red 119 ◦ green 100 ◦ blue 153

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

Shades of Scampi #776499

Tints of Scampi #776499

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.88%

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

R = 31.99%
G = 26.88%
B = 41.13%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#776499 (or 0x776499) is known color: Scampi. HEX triplet: 77, 64 and 99. RGB value is (119,100,153). Sum of RGB (Red+Green+Blue) = 119+100+153=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 153 (60.16% from 255 or 41.13% from 372); Max value from RGB is 153 - color contains mainly: blue. Hex color #776499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776499 is #889B66. Grayscale: #6F6F6F. Windows color (decimal): -8952679 or 10052727. OLE color: 10052727.

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

Color convert

RGB 119 100 153 -
CMYK 0.22 0.35 0 0.4
HSL 261.51º 0.21% 0.5% -
HSV(B) 261.51º 0.35% 0.6% -
XYZ 17.91 15.34 32.15 -
YUV 111.72 151.29 133.19 -
System Red Green Blue C M Y K H S L
Decimal 119 100 153 0.22 0.35 0 0.4 261.51 0.21 0.5
Hex 77 64 99 16 23 0 28 106 15 32
Octal 167 144 231 26 43 0 50 406 25 62
Binary 1110111 1100100 10011001 10110 100011 0 101000 100000110 10101 110010

Color Harmonies of #776499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776499

Black with #776499

Text Example


Text Example

White with #776499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776499; }

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

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

background-color css

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

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

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

border-color css

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

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

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