Html Css Color HEX #766495 Scampi

📋 copy color: '#766495'

red 118 ◦ green 100 ◦ blue 149

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

Shades of Scampi #766495

Tints of Scampi #766495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.6%

R = 32.15%
G = 27.25%
B = 40.6%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#766495 (or 0x766495) is known color: Scampi. HEX triplet: 76, 64 and 95. RGB value is (118,100,149). Sum of RGB (Red+Green+Blue) = 118+100+149=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 149 (58.59% from 255 or 40.60% from 367); Max value from RGB is 149 - color contains mainly: blue. Hex color #766495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766495 is #899B6A. Grayscale: #6E6E6E. Windows color (decimal): -9018219 or 9790582. OLE color: 9790582.

HSL color Cylindrical-coordinate representation of color #766495: hue angle of 262.04º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #766495 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 100 149 -
CMYK 0.21 0.33 0 0.42
HSL 262.04º 0.2% 0.49% -
HSV(B) 262.04º 0.33% 0.58% -
XYZ 17.45 15.14 30.44 -
YUV 110.97 149.46 133.02 -
System Red Green Blue C M Y K H S L
Decimal 118 100 149 0.21 0.33 0 0.42 262.04 0.2 0.49
Hex 76 64 95 15 21 0 2A 106 14 31
Octal 166 144 225 25 41 0 52 406 24 61
Binary 1110110 1100100 10010101 10101 100001 0 101010 100000110 10100 110001

Color Harmonies of #766495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766495

Black with #766495

Text Example


Text Example

White with #766495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766495; }

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

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

background-color css

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

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

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

border-color css

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

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

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