Html Css Color HEX #777794 Scampi

📋 copy color: '#777794'

red 119 ◦ green 119 ◦ blue 148

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

Shades of Scampi #777794

Tints of Scampi #777794

RGB

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

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

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

R = 30.83%
G = 30.83%
B = 38.34%

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

#777794 (or 0x777794) is known color: Scampi. HEX triplet: 77, 77 and 94. RGB value is (119,119,148). Sum of RGB (Red+Green+Blue) = 119+119+148=386 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.83% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 148 (58.20% from 255 or 38.34% from 386); Max value from RGB is 148 - color contains mainly: blue. Hex color #777794 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777794 is #88886B. Grayscale: #7A7A7A. Windows color (decimal): -8947820 or 9729911. OLE color: 9729911.

HSL color Cylindrical-coordinate representation of color #777794: hue angle of 240º 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 #777794 is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 119 148 -
CMYK 0.20 0.20 0 0.42
HSL 240º 0.12% 0.52% -
HSV(B) 240º 0.2% 0.58% -
XYZ 19.55 19.25 30.7 -
YUV 122.31 142.5 125.64 -
System Red Green Blue C M Y K H S L
Decimal 119 119 148 0.20 0.20 0 0.42 240 0.12 0.52
Hex 77 77 94 14 14 0 2A F0 C 34
Octal 167 167 224 24 24 0 52 360 14 64
Binary 1110111 1110111 10010100 10100 10100 0 101010 11110000 1100 110100

Color Harmonies of #777794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777794

Black with #777794

Text Example


Text Example

White with #777794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777794; }

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

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

background-color css

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

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

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

border-color css

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

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

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