Html Css Color HEX #766397 Scampi

📋 copy color: '#766397'

red 118 ◦ green 99 ◦ blue 151

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

Shades of Scampi #766397

Tints of Scampi #766397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 41.03%

R = 32.07%
G = 26.9%
B = 41.03%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#766397 (or 0x766397) is known color: Scampi. HEX triplet: 76, 63 and 97. RGB value is (118,99,151). Sum of RGB (Red+Green+Blue) = 118+99+151=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 151 (59.38% from 255 or 41.03% from 368); Max value from RGB is 151 - color contains mainly: blue. Hex color #766397 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766397 is #899C68. Grayscale: #6E6E6E. Windows color (decimal): -9018473 or 9921398. OLE color: 9921398.

HSL color Cylindrical-coordinate representation of color #766397: hue angle of 261.92º degrees, saturation: 0.21, 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 #766397 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 99 151 -
CMYK 0.22 0.34 0 0.41
HSL 261.92º 0.21% 0.49% -
HSV(B) 261.92º 0.34% 0.59% -
XYZ 17.52 15.01 31.25 -
YUV 110.61 150.79 133.27 -
System Red Green Blue C M Y K H S L
Decimal 118 99 151 0.22 0.34 0 0.41 261.92 0.21 0.49
Hex 76 63 97 16 22 0 29 106 15 31
Octal 166 143 227 26 42 0 51 406 25 61
Binary 1110110 1100011 10010111 10110 100010 0 101001 100000110 10101 110001

Color Harmonies of #766397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766397

Black with #766397

Text Example


Text Example

White with #766397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766397; }

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

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

background-color css

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

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

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

border-color css

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

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

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