Html Css Color HEX #777493 Scampi

📋 copy color: '#777493'

red 119 ◦ green 116 ◦ blue 147

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

Shades of Scampi #777493

Tints of Scampi #777493

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.37%

 BLUE value IS 147 (57.81% from 255) = 38.48%

R = 31.15%
G = 30.37%
B = 38.48%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#777493 (or 0x777493) is known color: Scampi. HEX triplet: 77, 74 and 93. RGB value is (119,116,147). Sum of RGB (Red+Green+Blue) = 119+116+147=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 147 (57.81% from 255 or 38.48% from 382); Max value from RGB is 147 - color contains mainly: blue. Hex color #777493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777493 is #888B6C. Grayscale: #787878. Windows color (decimal): -8948589 or 9663607. OLE color: 9663607.

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

Color convert

RGB 119 116 147 -
CMYK 0.19 0.21 0 0.42
HSL 245.81º 0.13% 0.52% -
HSV(B) 245.81º 0.21% 0.58% -
XYZ 19.12 18.52 30.17 -
YUV 120.43 142.99 126.98 -
System Red Green Blue C M Y K H S L
Decimal 119 116 147 0.19 0.21 0 0.42 245.81 0.13 0.52
Hex 77 74 93 13 15 0 2A F6 D 34
Octal 167 164 223 23 25 0 52 366 15 64
Binary 1110111 1110100 10010011 10011 10101 0 101010 11110110 1101 110100

Color Harmonies of #777493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777493

Black with #777493

Text Example


Text Example

White with #777493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777493; }

 p { color: rgb(119,116,147); }

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

background-color css

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

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

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

border-color css

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

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

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