Html Css Color HEX #766696 Scampi

📋 copy color: '#766696'

red 118 ◦ green 102 ◦ blue 150

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

Shades of Scampi #766696

Tints of Scampi #766696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 40.54%

R = 31.89%
G = 27.57%
B = 40.54%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#766696 (or 0x766696) is known color: Scampi. HEX triplet: 76, 66 and 96. RGB value is (118,102,150). Sum of RGB (Red+Green+Blue) = 118+102+150=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 150 (58.98% from 255 or 40.54% from 370); Max value from RGB is 150 - color contains mainly: blue. Hex color #766696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766696 is #899969. Grayscale: #707070. Windows color (decimal): -9017706 or 9856630. OLE color: 9856630.

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

Color convert

RGB 118 102 150 -
CMYK 0.21 0.32 0 0.41
HSL 260º 0.19% 0.49% -
HSV(B) 260º 0.32% 0.59% -
XYZ 17.73 15.56 30.92 -
YUV 112.26 149.3 132.1 -
System Red Green Blue C M Y K H S L
Decimal 118 102 150 0.21 0.32 0 0.41 260 0.19 0.49
Hex 76 66 96 15 20 0 29 104 13 31
Octal 166 146 226 25 40 0 51 404 23 61
Binary 1110110 1100110 10010110 10101 100000 0 101001 100000100 10011 110001

Color Harmonies of #766696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766696

Black with #766696

Text Example


Text Example

White with #766696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766696; }

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

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

background-color css

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

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

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

border-color css

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

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

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