Html Css Color HEX #766099 Scampi

📋 copy color: '#766099'

red 118 ◦ green 96 ◦ blue 153

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

Shades of Scampi #766099

Tints of Scampi #766099

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.16%

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

R = 32.15%
G = 26.16%
B = 41.69%

CMYK

 C value IS 0.23

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#766099 (or 0x766099) is known color: Scampi. HEX triplet: 76, 60 and 99. RGB value is (118,96,153). Sum of RGB (Red+Green+Blue) = 118+96+153=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 153 - color contains mainly: blue. Hex color #766099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766099 is #899F66. Grayscale: #6C6C6C. Windows color (decimal): -9019239 or 10051702. OLE color: 10051702.

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

Color convert

RGB 118 96 153 -
CMYK 0.23 0.37 0 0.4
HSL 263.16º 0.23% 0.49% -
HSV(B) 263.16º 0.37% 0.6% -
XYZ 17.4 14.52 32.02 -
YUV 109.08 152.79 134.37 -
System Red Green Blue C M Y K H S L
Decimal 118 96 153 0.23 0.37 0 0.4 263.16 0.23 0.49
Hex 76 60 99 17 25 0 28 107 17 31
Octal 166 140 231 27 45 0 50 407 27 61
Binary 1110110 1100000 10011001 10111 100101 0 101000 100000111 10111 110001

Color Harmonies of #766099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766099

Black with #766099

Text Example


Text Example

White with #766099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766099; }

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

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

background-color css

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

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

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

border-color css

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

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

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