Html Css Color HEX #776C92 Scampi

📋 copy color: '#776C92'

red 119 ◦ green 108 ◦ blue 146

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

Shades of Scampi #776C92

Tints of Scampi #776C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 39.14%

R = 31.9%
G = 28.95%
B = 39.14%

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

#776C92 (or 0x776C92) is known color: Scampi. HEX triplet: 77, 6C and 92. RGB value is (119,108,146). Sum of RGB (Red+Green+Blue) = 119+108+146=373 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.90% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 146 - color contains mainly: blue. Hex color #776C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776C92 is #88936D. Grayscale: #737373. Windows color (decimal): -8950638 or 9596023. OLE color: 9596023.

HSL color Cylindrical-coordinate representation of color #776C92: hue angle of 257.37º 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 #776C92 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 108 146 -
CMYK 0.18 0.26 0 0.43
HSL 257.37º 0.15% 0.5% -
HSV(B) 257.37º 0.26% 0.57% -
XYZ 18.16 16.72 29.46 -
YUV 115.62 145.14 130.41 -
System Red Green Blue C M Y K H S L
Decimal 119 108 146 0.18 0.26 0 0.43 257.37 0.15 0.5
Hex 77 6C 92 12 1A 0 2B 101 F 32
Octal 167 154 222 22 32 0 53 401 17 62
Binary 1110111 1101100 10010010 10010 11010 0 101011 100000001 1111 110010

Color Harmonies of #776C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776C92

Black with #776C92

Text Example


Text Example

White with #776C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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