Html Css Color HEX #776F99 Scampi

📋 copy color: '#776F99'

red 119 ◦ green 111 ◦ blue 153

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

Shades of Scampi #776F99

Tints of Scampi #776F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 39.95%

R = 31.07%
G = 28.98%
B = 39.95%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#776F99 (or 0x776F99) is known color: Scampi. HEX triplet: 77, 6F and 99. RGB value is (119,111,153). Sum of RGB (Red+Green+Blue) = 119+111+153=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 153 - color contains mainly: blue. Hex color #776F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776F99 is #889066. Grayscale: #767676. Windows color (decimal): -8949863 or 10055543. OLE color: 10055543.

HSL color Cylindrical-coordinate representation of color #776F99: hue angle of 251.43º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #776F99 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 119 111 153 -
CMYK 0.22 0.27 0 0.4
HSL 251.43º 0.17% 0.52% -
HSV(B) 251.43º 0.27% 0.6% -
XYZ 19.04 17.59 32.53 -
YUV 118.18 147.65 128.58 -
System Red Green Blue C M Y K H S L
Decimal 119 111 153 0.22 0.27 0 0.4 251.43 0.17 0.52
Hex 77 6F 99 16 1B 0 28 FB 11 34
Octal 167 157 231 26 33 0 50 373 21 64
Binary 1110111 1101111 10011001 10110 11011 0 101000 11111011 10001 110100

Color Harmonies of #776F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776F99

Black with #776F99

Text Example


Text Example

White with #776F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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