Html Css Color HEX #777796 Scampi

📋 copy color: '#777796'

red 119 ◦ green 119 ◦ blue 150

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

Shades of Scampi #777796

Tints of Scampi #777796

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.67%

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

R = 30.67%
G = 30.67%
B = 38.66%

CMYK

 C value IS 0.21

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#777796 (or 0x777796) is known color: Scampi. HEX triplet: 77, 77 and 96. RGB value is (119,119,150). Sum of RGB (Red+Green+Blue) = 119+119+150=388 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.67% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 150 (58.98% from 255 or 38.66% from 388); Max value from RGB is 150 - color contains mainly: blue. Hex color #777796 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777796 is #888869. Grayscale: #7A7A7A. Windows color (decimal): -8947818 or 9860983. OLE color: 9860983.

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

Color convert

RGB 119 119 150 -
CMYK 0.21 0.21 0 0.41
HSL 240º 0.13% 0.53% -
HSV(B) 240º 0.21% 0.59% -
XYZ 19.71 19.32 31.54 -
YUV 122.53 143.5 125.48 -
System Red Green Blue C M Y K H S L
Decimal 119 119 150 0.21 0.21 0 0.41 240 0.13 0.53
Hex 77 77 96 15 15 0 29 F0 D 35
Octal 167 167 226 25 25 0 51 360 15 65
Binary 1110111 1110111 10010110 10101 10101 0 101001 11110000 1101 110101

Color Harmonies of #777796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777796

Black with #777796

Text Example


Text Example

White with #777796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777796; }

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

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

background-color css

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

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

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

border-color css

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

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

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