Html Css Color HEX #777193 Scampi

📋 copy color: '#777193'

red 119 ◦ green 113 ◦ blue 147

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

Shades of Scampi #777193

Tints of Scampi #777193

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.82%

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

R = 31.4%
G = 29.82%
B = 38.79%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#777193 (or 0x777193) is known color: Scampi. HEX triplet: 77, 71 and 93. RGB value is (119,113,147). Sum of RGB (Red+Green+Blue) = 119+113+147=379 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.40% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 147 - color contains mainly: blue. Hex color #777193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777193 is #888E6C. Grayscale: #767676. Windows color (decimal): -8949357 or 9662839. OLE color: 9662839.

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

Color convert

RGB 119 113 147 -
CMYK 0.19 0.23 0 0.42
HSL 250.59º 0.14% 0.51% -
HSV(B) 250.59º 0.23% 0.58% -
XYZ 18.78 17.84 30.06 -
YUV 118.67 143.99 128.24 -
System Red Green Blue C M Y K H S L
Decimal 119 113 147 0.19 0.23 0 0.42 250.59 0.14 0.51
Hex 77 71 93 13 17 0 2A FB E 33
Octal 167 161 223 23 27 0 52 373 16 63
Binary 1110111 1110001 10010011 10011 10111 0 101010 11111011 1110 110011

Color Harmonies of #777193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777193

Black with #777193

Text Example


Text Example

White with #777193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777193; }

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

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

background-color css

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

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

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

border-color css

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

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

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