Html Css Color HEX #766396 Scampi

📋 copy color: '#766396'

red 118 ◦ green 99 ◦ blue 150

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

Shades of Scampi #766396

Tints of Scampi #766396

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.98%

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

R = 32.15%
G = 26.98%
B = 40.87%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#766396 (or 0x766396) is known color: Scampi. HEX triplet: 76, 63 and 96. RGB value is (118,99,150). Sum of RGB (Red+Green+Blue) = 118+99+150=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 150 (58.98% from 255 or 40.87% from 367); Max value from RGB is 150 - color contains mainly: blue. Hex color #766396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766396 is #899C69. Grayscale: #6E6E6E. Windows color (decimal): -9018474 or 9855862. OLE color: 9855862.

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

Color convert

RGB 118 99 150 -
CMYK 0.21 0.34 0 0.41
HSL 262.35º 0.2% 0.49% -
HSV(B) 262.35º 0.34% 0.59% -
XYZ 17.44 14.98 30.83 -
YUV 110.5 150.29 133.35 -
System Red Green Blue C M Y K H S L
Decimal 118 99 150 0.21 0.34 0 0.41 262.35 0.2 0.49
Hex 76 63 96 15 22 0 29 106 14 31
Octal 166 143 226 25 42 0 51 406 24 61
Binary 1110110 1100011 10010110 10101 100010 0 101001 100000110 10100 110001

Color Harmonies of #766396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766396

Black with #766396

Text Example


Text Example

White with #766396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766396; }

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

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

background-color css

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

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

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

border-color css

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

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

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