Html Css Color HEX #777693 Scampi

📋 copy color: '#777693'

red 119 ◦ green 118 ◦ blue 147

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

Shades of Scampi #777693

Tints of Scampi #777693

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.73%

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

R = 30.99%
G = 30.73%
B = 38.28%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#777693 (or 0x777693) is known color: Scampi. HEX triplet: 77, 76 and 93. RGB value is (119,118,147). Sum of RGB (Red+Green+Blue) = 119+118+147=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 118 (46.48% from 255 or 30.73% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 147 - color contains mainly: blue. Hex color #777693 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777693 is #88896C. Grayscale: #797979. Windows color (decimal): -8948077 or 9664119. OLE color: 9664119.

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

Color convert

RGB 119 118 147 -
CMYK 0.19 0.20 0 0.42
HSL 242.07º 0.12% 0.52% -
HSV(B) 242.07º 0.2% 0.58% -
XYZ 19.35 18.99 30.25 -
YUV 121.61 142.33 126.14 -
System Red Green Blue C M Y K H S L
Decimal 119 118 147 0.19 0.20 0 0.42 242.07 0.12 0.52
Hex 77 76 93 13 14 0 2A F2 C 34
Octal 167 166 223 23 24 0 52 362 14 64
Binary 1110111 1110110 10010011 10011 10100 0 101010 11110010 1100 110100

Color Harmonies of #777693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777693

Black with #777693

Text Example


Text Example

White with #777693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777693; }

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

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

background-color css

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

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

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

border-color css

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

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

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