Html Css Color HEX #776197 Scampi

📋 copy color: '#776197'

red 119 ◦ green 97 ◦ blue 151

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

Shades of Scampi #776197

Tints of Scampi #776197

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.43%

 BLUE value IS 151 (59.38% from 255) = 41.14%

R = 32.43%
G = 26.43%
B = 41.14%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#776197 (or 0x776197) is known color: Scampi. HEX triplet: 77, 61 and 97. RGB value is (119,97,151). Sum of RGB (Red+Green+Blue) = 119+97+151=367 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.43% from 367); Green value is 97 (38.28% from 255 or 26.43% from 367); Blue value is 151 (59.38% from 255 or 41.14% from 367); Max value from RGB is 151 - color contains mainly: blue. Hex color #776197 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776197 is #889E68. Grayscale: #6D6D6D. Windows color (decimal): -8953449 or 9920887. OLE color: 9920887.

HSL color Cylindrical-coordinate representation of color #776197: hue angle of 264.44º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #776197 is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 119 97 151 -
CMYK 0.21 0.36 0 0.41
HSL 264.44º 0.22% 0.49% -
HSV(B) 264.44º 0.36% 0.59% -
XYZ 17.47 14.71 31.2 -
YUV 109.73 151.29 134.61 -
System Red Green Blue C M Y K H S L
Decimal 119 97 151 0.21 0.36 0 0.41 264.44 0.22 0.49
Hex 77 61 97 15 24 0 29 108 16 31
Octal 167 141 227 25 44 0 51 410 26 61
Binary 1110111 1100001 10010111 10101 100100 0 101001 100001000 10110 110001

Color Harmonies of #776197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776197

Black with #776197

Text Example


Text Example

White with #776197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776197; }

 p { color: rgb(119,97,151); }

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

background-color css

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

 a { background-color: rgb(119,97,151); }

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

border-color css

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

 span { border-color: rgb(119,97,151); }

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