Html Css Color HEX #776C94 Scampi

📋 copy color: '#776C94'

red 119 ◦ green 108 ◦ blue 148

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

Shades of Scampi #776C94

Tints of Scampi #776C94

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.8%

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

R = 31.73%
G = 28.8%
B = 39.47%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#776C94 (or 0x776C94) is known color: Scampi. HEX triplet: 77, 6C and 94. RGB value is (119,108,148). Sum of RGB (Red+Green+Blue) = 119+108+148=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 148 (58.20% from 255 or 39.47% from 375); Max value from RGB is 148 - color contains mainly: blue. Hex color #776C94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776C94 is #88936B. Grayscale: #737373. Windows color (decimal): -8950636 or 9727095. OLE color: 9727095.

HSL color Cylindrical-coordinate representation of color #776C94: hue angle of 256.5º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #776C94 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 108 148 -
CMYK 0.20 0.27 0 0.42
HSL 256.5º 0.16% 0.5% -
HSV(B) 256.5º 0.27% 0.58% -
XYZ 18.32 16.79 30.29 -
YUV 115.85 146.14 130.25 -
System Red Green Blue C M Y K H S L
Decimal 119 108 148 0.20 0.27 0 0.42 256.5 0.16 0.5
Hex 77 6C 94 14 1B 0 2A 100 10 32
Octal 167 154 224 24 33 0 52 400 20 62
Binary 1110111 1101100 10010100 10100 11011 0 101010 100000000 10000 110010

Color Harmonies of #776C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776C94

Black with #776C94

Text Example


Text Example

White with #776C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776C94; }

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

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

background-color css

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

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

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

border-color css

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

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

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