Html Css Color HEX #777097 Scampi

📋 copy color: '#777097'

red 119 ◦ green 112 ◦ blue 151

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

Shades of Scampi #777097

Tints of Scampi #777097

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.32%

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

R = 31.15%
G = 29.32%
B = 39.53%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#777097 (or 0x777097) is known color: Scampi. HEX triplet: 77, 70 and 97. RGB value is (119,112,151). Sum of RGB (Red+Green+Blue) = 119+112+151=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 151 (59.38% from 255 or 39.53% from 382); Max value from RGB is 151 - color contains mainly: blue. Hex color #777097 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777097 is #888F68. Grayscale: #767676. Windows color (decimal): -8949609 or 9924727. OLE color: 9924727.

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

Color convert

RGB 119 112 151 -
CMYK 0.21 0.26 0 0.41
HSL 250.77º 0.16% 0.52% -
HSV(B) 250.77º 0.26% 0.59% -
XYZ 18.99 17.74 31.7 -
YUV 118.54 146.32 128.33 -
System Red Green Blue C M Y K H S L
Decimal 119 112 151 0.21 0.26 0 0.41 250.77 0.16 0.52
Hex 77 70 97 15 1A 0 29 FB 10 34
Octal 167 160 227 25 32 0 51 373 20 64
Binary 1110111 1110000 10010111 10101 11010 0 101001 11111011 10000 110100

Color Harmonies of #777097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777097

Black with #777097

Text Example


Text Example

White with #777097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777097; }

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

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

background-color css

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

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

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

border-color css

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

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

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