Html Css Color HEX #776C9A Scampi

📋 copy color: '#776C9A'

red 119 ◦ green 108 ◦ blue 154

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

Shades of Scampi #776C9A

Tints of Scampi #776C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.42%

R = 31.23%
G = 28.35%
B = 40.42%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#776C9A (or 0x776C9A) is known color: Scampi. HEX triplet: 77, 6C and 9A. RGB value is (119,108,154). Sum of RGB (Red+Green+Blue) = 119+108+154=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 154 - color contains mainly: blue. Hex color #776C9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776C9A is #889365. Grayscale: #747474. Windows color (decimal): -8950630 or 10120311. OLE color: 10120311.

HSL color Cylindrical-coordinate representation of color #776C9A: hue angle of 254.35º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #776C9A is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 108 154 -
CMYK 0.23 0.30 0 0.40
HSL 254.35º 0.19% 0.51% -
HSV(B) 254.35º 0.3% 0.6% -
XYZ 18.8 16.98 32.86 -
YUV 116.53 149.14 129.76 -
System Red Green Blue C M Y K H S L
Decimal 119 108 154 0.23 0.30 0 0.40 254.35 0.19 0.51
Hex 77 6C 9A 17 1E 0 28 FE 13 33
Octal 167 154 232 27 36 0 50 376 23 63
Binary 1110111 1101100 10011010 10111 11110 0 101000 11111110 10011 110011

Color Harmonies of #776C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776C9A

Black with #776C9A

Text Example


Text Example

White with #776C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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