Html Css Color HEX #766494 Scampi

📋 copy color: '#766494'

red 118 ◦ green 100 ◦ blue 148

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

Shades of Scampi #766494

Tints of Scampi #766494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 40.44%

R = 32.24%
G = 27.32%
B = 40.44%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#766494 (or 0x766494) is known color: Scampi. HEX triplet: 76, 64 and 94. RGB value is (118,100,148). Sum of RGB (Red+Green+Blue) = 118+100+148=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 148 (58.20% from 255 or 40.44% from 366); Max value from RGB is 148 - color contains mainly: blue. Hex color #766494 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766494 is #899B6B. Grayscale: #6E6E6E. Windows color (decimal): -9018220 or 9725046. OLE color: 9725046.

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

Color convert

RGB 118 100 148 -
CMYK 0.20 0.32 0 0.42
HSL 262.5º 0.19% 0.49% -
HSV(B) 262.5º 0.32% 0.58% -
XYZ 17.37 15.1 30.02 -
YUV 110.85 148.96 133.1 -
System Red Green Blue C M Y K H S L
Decimal 118 100 148 0.20 0.32 0 0.42 262.5 0.19 0.49
Hex 76 64 94 14 20 0 2A 106 13 31
Octal 166 144 224 24 40 0 52 406 23 61
Binary 1110110 1100100 10010100 10100 100000 0 101010 100000110 10011 110001

Color Harmonies of #766494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766494

Black with #766494

Text Example


Text Example

White with #766494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766494; }

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

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

background-color css

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

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

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

border-color css

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

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

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