Html Css Color HEX #776F8E Scampi

📋 copy color: '#776F8E'

red 119 ◦ green 111 ◦ blue 142

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

Shades of Scampi #776F8E

Tints of Scampi #776F8E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.84%

 BLUE value IS 142 (55.86% from 255) = 38.17%

R = 31.99%
G = 29.84%
B = 38.17%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#776F8E (or 0x776F8E) is known color: Scampi. HEX triplet: 77, 6F and 8E. RGB value is (119,111,142). Sum of RGB (Red+Green+Blue) = 119+111+142=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 142 - color contains mainly: blue. Hex color #776F8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776F8E is #889071. Grayscale: #747474. Windows color (decimal): -8949874 or 9334647. OLE color: 9334647.

HSL color Cylindrical-coordinate representation of color #776F8E: hue angle of 255.48º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #776F8E is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 119 111 142 -
CMYK 0.16 0.22 0 0.44
HSL 255.48º 0.12% 0.5% -
HSV(B) 255.48º 0.22% 0.56% -
XYZ 18.17 17.24 27.96 -
YUV 116.93 142.15 129.48 -
System Red Green Blue C M Y K H S L
Decimal 119 111 142 0.16 0.22 0 0.44 255.48 0.12 0.5
Hex 77 6F 8E 10 16 0 2C FF C 32
Octal 167 157 216 20 26 0 54 377 14 62
Binary 1110111 1101111 10001110 10000 10110 0 101100 11111111 1100 110010

Color Harmonies of #776F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776F8E

Black with #776F8E

Text Example


Text Example

White with #776F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,111,142); }

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

background-color css

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

 a { background-color: rgb(119,111,142); }

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

border-color css

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

 span { border-color: rgb(119,111,142); }

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