Html Css Color HEX #777496 Scampi

📋 copy color: '#777496'

red 119 ◦ green 116 ◦ blue 150

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

Shades of Scampi #777496

Tints of Scampi #777496

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.13%

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

R = 30.91%
G = 30.13%
B = 38.96%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#777496 (or 0x777496) is known color: Scampi. HEX triplet: 77, 74 and 96. RGB value is (119,116,150). Sum of RGB (Red+Green+Blue) = 119+116+150=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 150 - color contains mainly: blue. Hex color #777496 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777496 is #888B69. Grayscale: #787878. Windows color (decimal): -8948586 or 9860215. OLE color: 9860215.

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

Color convert

RGB 119 116 150 -
CMYK 0.21 0.23 0 0.41
HSL 245.29º 0.14% 0.52% -
HSV(B) 245.29º 0.23% 0.59% -
XYZ 19.36 18.61 31.43 -
YUV 120.77 144.49 126.74 -
System Red Green Blue C M Y K H S L
Decimal 119 116 150 0.21 0.23 0 0.41 245.29 0.14 0.52
Hex 77 74 96 15 17 0 29 F5 E 34
Octal 167 164 226 25 27 0 51 365 16 64
Binary 1110111 1110100 10010110 10101 10111 0 101001 11110101 1110 110100

Color Harmonies of #777496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777496

Black with #777496

Text Example


Text Example

White with #777496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777496; }

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

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

background-color css

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

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

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

border-color css

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

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

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