Html Css Color HEX #776696 Scampi

📋 copy color: '#776696'

red 119 ◦ green 102 ◦ blue 150

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

Shades of Scampi #776696

Tints of Scampi #776696

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.49%

 BLUE value IS 150 (58.98% from 255) = 40.43%

R = 32.08%
G = 27.49%
B = 40.43%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#776696 (or 0x776696) is known color: Scampi. HEX triplet: 77, 66 and 96. RGB value is (119,102,150). Sum of RGB (Red+Green+Blue) = 119+102+150=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 150 - color contains mainly: blue. Hex color #776696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776696 is #889969. Grayscale: #707070. Windows color (decimal): -8952170 or 9856631. OLE color: 9856631.

HSL color Cylindrical-coordinate representation of color #776696: hue angle of 261.25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #776696 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 119 102 150 -
CMYK 0.21 0.32 0 0.41
HSL 261.25º 0.19% 0.49% -
HSV(B) 261.25º 0.32% 0.59% -
XYZ 17.86 15.63 30.93 -
YUV 112.56 149.13 132.6 -
System Red Green Blue C M Y K H S L
Decimal 119 102 150 0.21 0.32 0 0.41 261.25 0.19 0.49
Hex 77 66 96 15 20 0 29 105 13 31
Octal 167 146 226 25 40 0 51 405 23 61
Binary 1110111 1100110 10010110 10101 100000 0 101001 100000101 10011 110001

Color Harmonies of #776696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776696

Black with #776696

Text Example


Text Example

White with #776696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776696; }

 p { color: rgb(119,102,150); }

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

background-color css

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

 a { background-color: rgb(119,102,150); }

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

border-color css

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

 span { border-color: rgb(119,102,150); }

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