Html Css Color HEX #776599 Scampi

📋 copy color: '#776599'

red 119 ◦ green 101 ◦ blue 153

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

Shades of Scampi #776599

Tints of Scampi #776599

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.08%

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

R = 31.9%
G = 27.08%
B = 41.02%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#776599 (or 0x776599) is known color: Scampi. HEX triplet: 77, 65 and 99. RGB value is (119,101,153). Sum of RGB (Red+Green+Blue) = 119+101+153=373 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.90% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 153 - color contains mainly: blue. Hex color #776599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776599 is #889A66. Grayscale: #707070. Windows color (decimal): -8952423 or 10052983. OLE color: 10052983.

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

Color convert

RGB 119 101 153 -
CMYK 0.22 0.34 0 0.4
HSL 260.77º 0.2% 0.5% -
HSV(B) 260.77º 0.34% 0.6% -
XYZ 18.01 15.53 32.19 -
YUV 112.31 150.96 132.77 -
System Red Green Blue C M Y K H S L
Decimal 119 101 153 0.22 0.34 0 0.4 260.77 0.2 0.5
Hex 77 65 99 16 22 0 28 105 14 32
Octal 167 145 231 26 42 0 50 405 24 62
Binary 1110111 1100101 10011001 10110 100010 0 101000 100000101 10100 110010

Color Harmonies of #776599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776599

Black with #776599

Text Example


Text Example

White with #776599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776599; }

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

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

background-color css

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

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

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

border-color css

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

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

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