Html Css Color HEX #777396 Scampi

📋 copy color: '#777396'

red 119 ◦ green 115 ◦ blue 150

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

Shades of Scampi #777396

Tints of Scampi #777396

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.95%

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

R = 30.99%
G = 29.95%
B = 39.06%

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

#777396 (or 0x777396) is known color: Scampi. HEX triplet: 77, 73 and 96. RGB value is (119,115,150). Sum of RGB (Red+Green+Blue) = 119+115+150=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 150 - color contains mainly: blue. Hex color #777396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777396 is #888C69. Grayscale: #787878. Windows color (decimal): -8948842 or 9859959. OLE color: 9859959.

HSL color Cylindrical-coordinate representation of color #777396: hue angle of 246.86º 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 #777396 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 119 115 150 -
CMYK 0.21 0.23 0 0.41
HSL 246.86º 0.14% 0.52% -
HSV(B) 246.86º 0.23% 0.59% -
XYZ 19.24 18.39 31.39 -
YUV 120.19 144.83 127.15 -
System Red Green Blue C M Y K H S L
Decimal 119 115 150 0.21 0.23 0 0.41 246.86 0.14 0.52
Hex 77 73 96 15 17 0 29 F7 E 34
Octal 167 163 226 25 27 0 51 367 16 64
Binary 1110111 1110011 10010110 10101 10111 0 101001 11110111 1110 110100

Color Harmonies of #777396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777396

Black with #777396

Text Example


Text Example

White with #777396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777396; }

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

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

background-color css

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

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

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

border-color css

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

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

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