Html Css Color HEX #776F91 Scampi

📋 copy color: '#776F91'

red 119 ◦ green 111 ◦ blue 145

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

Shades of Scampi #776F91

Tints of Scampi #776F91

RGB

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

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

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

R = 31.73%
G = 29.6%
B = 38.67%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#776F91 (or 0x776F91) is known color: Scampi. HEX triplet: 77, 6F and 91. RGB value is (119,111,145). Sum of RGB (Red+Green+Blue) = 119+111+145=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 145 (57.03% from 255 or 38.67% from 375); Max value from RGB is 145 - color contains mainly: blue. Hex color #776F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776F91 is #88906E. Grayscale: #757575. Windows color (decimal): -8949871 or 9531255. OLE color: 9531255.

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

Color convert

RGB 119 111 145 -
CMYK 0.18 0.23 0 0.43
HSL 254.12º 0.13% 0.5% -
HSV(B) 254.12º 0.23% 0.57% -
XYZ 18.4 17.34 29.16 -
YUV 117.27 143.65 129.24 -
System Red Green Blue C M Y K H S L
Decimal 119 111 145 0.18 0.23 0 0.43 254.12 0.13 0.5
Hex 77 6F 91 12 17 0 2B FE D 32
Octal 167 157 221 22 27 0 53 376 15 62
Binary 1110111 1101111 10010001 10010 10111 0 101011 11111110 1101 110010

Color Harmonies of #776F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776F91

Black with #776F91

Text Example


Text Example

White with #776F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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