Html Css Color HEX #777293 Scampi

📋 copy color: '#777293'

red 119 ◦ green 114 ◦ blue 147

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

Shades of Scampi #777293

Tints of Scampi #777293

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30%

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

R = 31.32%
G = 30%
B = 38.68%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#777293 (or 0x777293) is known color: Scampi. HEX triplet: 77, 72 and 93. RGB value is (119,114,147). Sum of RGB (Red+Green+Blue) = 119+114+147=380 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.32% from 380); Green value is 114 (44.92% from 255 or 30% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 147 - color contains mainly: blue. Hex color #777293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777293 is #888D6C. Grayscale: #777777. Windows color (decimal): -8949101 or 9663095. OLE color: 9663095.

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

Color convert

RGB 119 114 147 -
CMYK 0.19 0.22 0 0.42
HSL 249.09º 0.13% 0.51% -
HSV(B) 249.09º 0.22% 0.58% -
XYZ 18.89 18.06 30.09 -
YUV 119.26 143.66 127.82 -
System Red Green Blue C M Y K H S L
Decimal 119 114 147 0.19 0.22 0 0.42 249.09 0.13 0.51
Hex 77 72 93 13 16 0 2A F9 D 33
Octal 167 162 223 23 26 0 52 371 15 63
Binary 1110111 1110010 10010011 10011 10110 0 101010 11111001 1101 110011

Color Harmonies of #777293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777293

Black with #777293

Text Example


Text Example

White with #777293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777293; }

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

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

background-color css

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

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

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

border-color css

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

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

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