Html Css Color HEX #777699 Scampi

📋 copy color: '#777699'

red 119 ◦ green 118 ◦ blue 153

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

Shades of Scampi #777699

Tints of Scampi #777699

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.26%

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

R = 30.51%
G = 30.26%
B = 39.23%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#777699 (or 0x777699) is known color: Scampi. HEX triplet: 77, 76 and 99. RGB value is (119,118,153). Sum of RGB (Red+Green+Blue) = 119+118+153=390 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.51% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 153 - color contains mainly: blue. Hex color #777699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777699 is #888966. Grayscale: #7A7A7A. Windows color (decimal): -8948071 or 10057335. OLE color: 10057335.

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

Color convert

RGB 119 118 153 -
CMYK 0.22 0.23 0 0.4
HSL 241.71º 0.15% 0.53% -
HSV(B) 241.71º 0.23% 0.6% -
XYZ 19.84 19.18 32.79 -
YUV 122.29 145.33 125.65 -
System Red Green Blue C M Y K H S L
Decimal 119 118 153 0.22 0.23 0 0.4 241.71 0.15 0.53
Hex 77 76 99 16 17 0 28 F2 F 35
Octal 167 166 231 26 27 0 50 362 17 65
Binary 1110111 1110110 10011001 10110 10111 0 101000 11110010 1111 110101

Color Harmonies of #777699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777699

Black with #777699

Text Example


Text Example

White with #777699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777699; }

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

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

background-color css

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

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

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

border-color css

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

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

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