Html Css Color HEX #766699 Scampi

📋 copy color: '#766699'

red 118 ◦ green 102 ◦ blue 153

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

Shades of Scampi #766699

Tints of Scampi #766699

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.35%

 BLUE value IS 153 (60.16% from 255) = 41.02%

R = 31.64%
G = 27.35%
B = 41.02%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#766699 (or 0x766699) is known color: Scampi. HEX triplet: 76, 66 and 99. RGB value is (118,102,153). Sum of RGB (Red+Green+Blue) = 118+102+153=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 153 - color contains mainly: blue. Hex color #766699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766699 is #899966. Grayscale: #707070. Windows color (decimal): -9017703 or 10053238. OLE color: 10053238.

HSL color Cylindrical-coordinate representation of color #766699: hue angle of 258.82º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #766699 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 102 153 -
CMYK 0.23 0.33 0 0.4
HSL 258.82º 0.2% 0.5% -
HSV(B) 258.82º 0.33% 0.6% -
XYZ 17.97 15.65 32.21 -
YUV 112.6 150.8 131.85 -
System Red Green Blue C M Y K H S L
Decimal 118 102 153 0.23 0.33 0 0.4 258.82 0.2 0.5
Hex 76 66 99 17 21 0 28 103 14 32
Octal 166 146 231 27 41 0 50 403 24 62
Binary 1110110 1100110 10011001 10111 100001 0 101000 100000011 10100 110010

Color Harmonies of #766699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766699

Black with #766699

Text Example


Text Example

White with #766699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766699; }

 p { color: rgb(118,102,153); }

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

background-color css

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

 a { background-color: rgb(118,102,153); }

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

border-color css

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

 span { border-color: rgb(118,102,153); }

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