Html Css Color HEX #777894 Scampi

📋 copy color: '#777894'

red 119 ◦ green 120 ◦ blue 148

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

Shades of Scampi #777894

Tints of Scampi #777894

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.01%

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

R = 30.75%
G = 31.01%
B = 38.24%

CMYK

 C value IS 0.20

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#777894 (or 0x777894) is known color: Scampi. HEX triplet: 77, 78 and 94. RGB value is (119,120,148). Sum of RGB (Red+Green+Blue) = 119+120+148=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 148 (58.20% from 255 or 38.24% from 387); Max value from RGB is 148 - color contains mainly: blue. Hex color #777894 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777894 is #88876B. Grayscale: #7A7A7A. Windows color (decimal): -8947564 or 9730167. OLE color: 9730167.

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

Color convert

RGB 119 120 148 -
CMYK 0.20 0.19 0 0.42
HSL 237.93º 0.12% 0.52% -
HSV(B) 237.93º 0.2% 0.58% -
XYZ 19.67 19.49 30.74 -
YUV 122.89 142.17 125.22 -
System Red Green Blue C M Y K H S L
Decimal 119 120 148 0.20 0.19 0 0.42 237.93 0.12 0.52
Hex 77 78 94 14 13 0 2A EE C 34
Octal 167 170 224 24 23 0 52 356 14 64
Binary 1110111 1111000 10010100 10100 10011 0 101010 11101110 1100 110100

Color Harmonies of #777894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777894

Black with #777894

Text Example


Text Example

White with #777894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777894; }

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

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

background-color css

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

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

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

border-color css

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

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

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