Html Css Color HEX #776999 Scampi

📋 copy color: '#776999'

red 119 ◦ green 105 ◦ blue 153

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

Shades of Scampi #776999

Tints of Scampi #776999

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.85%

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

R = 31.56%
G = 27.85%
B = 40.58%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#776999 (or 0x776999) is known color: Scampi. HEX triplet: 77, 69 and 99. RGB value is (119,105,153). Sum of RGB (Red+Green+Blue) = 119+105+153=377 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.56% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 153 - color contains mainly: blue. Hex color #776999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776999 is #889666. Grayscale: #727272. Windows color (decimal): -8951399 or 10054007. OLE color: 10054007.

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

Color convert

RGB 119 105 153 -
CMYK 0.22 0.31 0 0.4
HSL 257.5º 0.19% 0.51% -
HSV(B) 257.5º 0.31% 0.6% -
XYZ 18.41 16.33 32.32 -
YUV 114.66 149.64 131.1 -
System Red Green Blue C M Y K H S L
Decimal 119 105 153 0.22 0.31 0 0.4 257.5 0.19 0.51
Hex 77 69 99 16 1F 0 28 102 13 33
Octal 167 151 231 26 37 0 50 402 23 63
Binary 1110111 1101001 10011001 10110 11111 0 101000 100000010 10011 110011

Color Harmonies of #776999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776999

Black with #776999

Text Example


Text Example

White with #776999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776999; }

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

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

background-color css

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

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

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

border-color css

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

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

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