Html Css Color HEX #776399 Scampi

📋 copy color: '#776399'

red 119 ◦ green 99 ◦ blue 153

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

Shades of Scampi #776399

Tints of Scampi #776399

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.68%

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

R = 32.08%
G = 26.68%
B = 41.24%

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

#776399 (or 0x776399) is known color: Scampi. HEX triplet: 77, 63 and 99. RGB value is (119,99,153). Sum of RGB (Red+Green+Blue) = 119+99+153=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 153 - color contains mainly: blue. Hex color #776399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776399 is #889C66. Grayscale: #6E6E6E. Windows color (decimal): -8952935 or 10052471. OLE color: 10052471.

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

Color convert

RGB 119 99 153 -
CMYK 0.22 0.35 0 0.4
HSL 262.22º 0.21% 0.49% -
HSV(B) 262.22º 0.35% 0.6% -
XYZ 17.82 15.15 32.12 -
YUV 111.14 151.63 133.61 -
System Red Green Blue C M Y K H S L
Decimal 119 99 153 0.22 0.35 0 0.4 262.22 0.21 0.49
Hex 77 63 99 16 23 0 28 106 15 31
Octal 167 143 231 26 43 0 50 406 25 61
Binary 1110111 1100011 10011001 10110 100011 0 101000 100000110 10101 110001

Color Harmonies of #776399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776399

Black with #776399

Text Example


Text Example

White with #776399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776399; }

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

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

background-color css

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

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

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

border-color css

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

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

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