Html Css Color HEX #776D93 Scampi

📋 copy color: '#776D93'

red 119 ◦ green 109 ◦ blue 147

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

Shades of Scampi #776D93

Tints of Scampi #776D93

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.07%

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

R = 31.73%
G = 29.07%
B = 39.2%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#776D93 (or 0x776D93) is known color: Scampi. HEX triplet: 77, 6D and 93. RGB value is (119,109,147). Sum of RGB (Red+Green+Blue) = 119+109+147=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 147 (57.81% from 255 or 39.2% from 375); Max value from RGB is 147 - color contains mainly: blue. Hex color #776D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776D93 is #88926C. Grayscale: #747474. Windows color (decimal): -8950381 or 9661815. OLE color: 9661815.

HSL color Cylindrical-coordinate representation of color #776D93: hue angle of 255.79º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #776D93 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 109 147 -
CMYK 0.19 0.26 0 0.42
HSL 255.79º 0.15% 0.5% -
HSV(B) 255.79º 0.26% 0.58% -
XYZ 18.34 16.97 29.91 -
YUV 116.32 145.31 129.91 -
System Red Green Blue C M Y K H S L
Decimal 119 109 147 0.19 0.26 0 0.42 255.79 0.15 0.5
Hex 77 6D 93 13 1A 0 2A 100 F 32
Octal 167 155 223 23 32 0 52 400 17 62
Binary 1110111 1101101 10010011 10011 11010 0 101010 100000000 1111 110010

Color Harmonies of #776D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776D93

Black with #776D93

Text Example


Text Example

White with #776D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776D93; }

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

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

background-color css

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

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

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

border-color css

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

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

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