Html Css Color HEX #766497 Scampi

📋 copy color: '#766497'

red 118 ◦ green 100 ◦ blue 151

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

Shades of Scampi #766497

Tints of Scampi #766497

RGB

 RED value IS 118 (46.48% from 255) = 31.98%

 GREEN value IS 100 (39.45% from 255) = 27.1%

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

R = 31.98%
G = 27.1%
B = 40.92%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#766497 (or 0x766497) is known color: Scampi. HEX triplet: 76, 64 and 97. RGB value is (118,100,151). Sum of RGB (Red+Green+Blue) = 118+100+151=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 151 (59.38% from 255 or 40.92% from 369); Max value from RGB is 151 - color contains mainly: blue. Hex color #766497 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766497 is #899B68. Grayscale: #6F6F6F. Windows color (decimal): -9018217 or 9921654. OLE color: 9921654.

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

Color convert

RGB 118 100 151 -
CMYK 0.22 0.34 0 0.41
HSL 261.18º 0.2% 0.49% -
HSV(B) 261.18º 0.34% 0.59% -
XYZ 17.61 15.2 31.28 -
YUV 111.2 150.46 132.85 -
System Red Green Blue C M Y K H S L
Decimal 118 100 151 0.22 0.34 0 0.41 261.18 0.2 0.49
Hex 76 64 97 16 22 0 29 105 14 31
Octal 166 144 227 26 42 0 51 405 24 61
Binary 1110110 1100100 10010111 10110 100010 0 101001 100000101 10100 110001

Color Harmonies of #766497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766497

Black with #766497

Text Example


Text Example

White with #766497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766497; }

 p { color: rgb(118,100,151); }

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

background-color css

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

 a { background-color: rgb(118,100,151); }

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

border-color css

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

 span { border-color: rgb(118,100,151); }

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