Html Css Color HEX #776099 Scampi

📋 copy color: '#776099'

red 119 ◦ green 96 ◦ blue 153

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

Shades of Scampi #776099

Tints of Scampi #776099

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.09%

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

R = 32.34%
G = 26.09%
B = 41.58%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#776099 (or 0x776099) is known color: Scampi. HEX triplet: 77, 60 and 99. RGB value is (119,96,153). Sum of RGB (Red+Green+Blue) = 119+96+153=368 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.34% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 153 (60.16% from 255 or 41.58% from 368); Max value from RGB is 153 - color contains mainly: blue. Hex color #776099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776099 is #889F66. Grayscale: #6D6D6D. Windows color (decimal): -8953703 or 10051703. OLE color: 10051703.

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

Color convert

RGB 119 96 153 -
CMYK 0.22 0.37 0 0.4
HSL 264.21º 0.23% 0.49% -
HSV(B) 264.21º 0.37% 0.6% -
XYZ 17.54 14.59 32.03 -
YUV 109.38 152.62 134.87 -
System Red Green Blue C M Y K H S L
Decimal 119 96 153 0.22 0.37 0 0.4 264.21 0.23 0.49
Hex 77 60 99 16 25 0 28 108 17 31
Octal 167 140 231 26 45 0 50 410 27 61
Binary 1110111 1100000 10011001 10110 100101 0 101000 100001000 10111 110001

Color Harmonies of #776099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776099

Black with #776099

Text Example


Text Example

White with #776099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776099; }

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

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

background-color css

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

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

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

border-color css

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

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

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