Html Css Color HEX #766299 Scampi

📋 copy color: '#766299'

red 118 ◦ green 98 ◦ blue 153

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

Shades of Scampi #766299

Tints of Scampi #766299

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.56%

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

R = 31.98%
G = 26.56%
B = 41.46%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#766299 (or 0x766299) is known color: Scampi. HEX triplet: 76, 62 and 99. RGB value is (118,98,153). Sum of RGB (Red+Green+Blue) = 118+98+153=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 153 - color contains mainly: blue. Hex color #766299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766299 is #899D66. Grayscale: #6E6E6E. Windows color (decimal): -9018727 or 10052214. OLE color: 10052214.

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

Color convert

RGB 118 98 153 -
CMYK 0.23 0.36 0 0.4
HSL 261.82º 0.22% 0.49% -
HSV(B) 261.82º 0.36% 0.6% -
XYZ 17.59 14.89 32.08 -
YUV 110.25 152.13 133.53 -
System Red Green Blue C M Y K H S L
Decimal 118 98 153 0.23 0.36 0 0.4 261.82 0.22 0.49
Hex 76 62 99 17 24 0 28 106 16 31
Octal 166 142 231 27 44 0 50 406 26 61
Binary 1110110 1100010 10011001 10111 100100 0 101000 100000110 10110 110001

Color Harmonies of #766299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766299

Black with #766299

Text Example


Text Example

White with #766299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766299; }

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

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

background-color css

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

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

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

border-color css

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

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

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