Html Css Color HEX #777694 Scampi

📋 copy color: '#777694'

red 119 ◦ green 118 ◦ blue 148

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

Shades of Scampi #777694

Tints of Scampi #777694

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.65%

 BLUE value IS 148 (58.2% from 255) = 38.44%

R = 30.91%
G = 30.65%
B = 38.44%

CMYK

 C value IS 0.20

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#777694 (or 0x777694) is known color: Scampi. HEX triplet: 77, 76 and 94. RGB value is (119,118,148). Sum of RGB (Red+Green+Blue) = 119+118+148=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 148 - color contains mainly: blue. Hex color #777694 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777694 is #88896B. Grayscale: #797979. Windows color (decimal): -8948076 or 9729655. OLE color: 9729655.

HSL color Cylindrical-coordinate representation of color #777694: hue angle of 242º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #777694 is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 118 148 -
CMYK 0.20 0.20 0 0.42
HSL 242º 0.12% 0.52% -
HSV(B) 242º 0.2% 0.58% -
XYZ 19.43 19.02 30.66 -
YUV 121.72 142.83 126.06 -
System Red Green Blue C M Y K H S L
Decimal 119 118 148 0.20 0.20 0 0.42 242 0.12 0.52
Hex 77 76 94 14 14 0 2A F2 C 34
Octal 167 166 224 24 24 0 52 362 14 64
Binary 1110111 1110110 10010100 10100 10100 0 101010 11110010 1100 110100

Color Harmonies of #777694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777694

Black with #777694

Text Example


Text Example

White with #777694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777694; }

 p { color: rgb(119,118,148); }

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

background-color css

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

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

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

border-color css

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

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

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