Html Css Color HEX #776C91 Scampi

📋 copy color: '#776C91'

red 119 ◦ green 108 ◦ blue 145

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

Shades of Scampi #776C91

Tints of Scampi #776C91

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.03%

 BLUE value IS 145 (57.03% from 255) = 38.98%

R = 31.99%
G = 29.03%
B = 38.98%

CMYK

 C value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#776C91 (or 0x776C91) is known color: Scampi. HEX triplet: 77, 6C and 91. RGB value is (119,108,145). Sum of RGB (Red+Green+Blue) = 119+108+145=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 108 (42.58% from 255 or 29.03% from 372); Blue value is 145 (57.03% from 255 or 38.98% from 372); Max value from RGB is 145 - color contains mainly: blue. Hex color #776C91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776C91 is #88936E. Grayscale: #737373. Windows color (decimal): -8950639 or 9530487. OLE color: 9530487.

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

Color convert

RGB 119 108 145 -
CMYK 0.18 0.26 0 0.43
HSL 257.84º 0.15% 0.5% -
HSV(B) 257.84º 0.26% 0.57% -
XYZ 18.08 16.69 29.06 -
YUV 115.51 144.64 130.49 -
System Red Green Blue C M Y K H S L
Decimal 119 108 145 0.18 0.26 0 0.43 257.84 0.15 0.5
Hex 77 6C 91 12 1A 0 2B 102 F 32
Octal 167 154 221 22 32 0 53 402 17 62
Binary 1110111 1101100 10010001 10010 11010 0 101011 100000010 1111 110010

Color Harmonies of #776C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776C91

Black with #776C91

Text Example


Text Example

White with #776C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,108,145); }

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

background-color css

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

 a { background-color: rgb(119,108,145); }

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

border-color css

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

 span { border-color: rgb(119,108,145); }

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