Html Css Color HEX #766693 Scampi

📋 copy color: '#766693'

red 118 ◦ green 102 ◦ blue 147

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

Shades of Scampi #766693

Tints of Scampi #766693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 40.05%

R = 32.15%
G = 27.79%
B = 40.05%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#766693 (or 0x766693) is known color: Scampi. HEX triplet: 76, 66 and 93. RGB value is (118,102,147). Sum of RGB (Red+Green+Blue) = 118+102+147=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 147 (57.81% from 255 or 40.05% from 367); Max value from RGB is 147 - color contains mainly: blue. Hex color #766693 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766693 is #89996C. Grayscale: #6F6F6F. Windows color (decimal): -9017709 or 9660022. OLE color: 9660022.

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

Color convert

RGB 118 102 147 -
CMYK 0.20 0.31 0 0.42
HSL 261.33º 0.18% 0.49% -
HSV(B) 261.33º 0.31% 0.58% -
XYZ 17.49 15.46 29.67 -
YUV 111.91 147.8 132.34 -
System Red Green Blue C M Y K H S L
Decimal 118 102 147 0.20 0.31 0 0.42 261.33 0.18 0.49
Hex 76 66 93 14 1F 0 2A 105 12 31
Octal 166 146 223 24 37 0 52 405 22 61
Binary 1110110 1100110 10010011 10100 11111 0 101010 100000101 10010 110001

Color Harmonies of #766693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766693

Black with #766693

Text Example


Text Example

White with #766693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766693; }

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

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

background-color css

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

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

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

border-color css

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

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

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