Html Css Color HEX #766899 Scampi

📋 copy color: '#766899'

red 118 ◦ green 104 ◦ blue 153

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

Shades of Scampi #766899

Tints of Scampi #766899

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.73%

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

R = 31.47%
G = 27.73%
B = 40.8%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#766899 (or 0x766899) is known color: Scampi. HEX triplet: 76, 68 and 99. RGB value is (118,104,153). Sum of RGB (Red+Green+Blue) = 118+104+153=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 153 - color contains mainly: blue. Hex color #766899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766899 is #899766. Grayscale: #717171. Windows color (decimal): -9017191 or 10053750. OLE color: 10053750.

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

Color convert

RGB 118 104 153 -
CMYK 0.23 0.32 0 0.4
HSL 257.14º 0.19% 0.5% -
HSV(B) 257.14º 0.32% 0.6% -
XYZ 18.17 16.05 32.28 -
YUV 113.77 150.14 131.02 -
System Red Green Blue C M Y K H S L
Decimal 118 104 153 0.23 0.32 0 0.4 257.14 0.19 0.5
Hex 76 68 99 17 20 0 28 101 13 32
Octal 166 150 231 27 40 0 50 401 23 62
Binary 1110110 1101000 10011001 10111 100000 0 101000 100000001 10011 110010

Color Harmonies of #766899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766899

Black with #766899

Text Example


Text Example

White with #766899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766899; }

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

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

background-color css

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

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

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

border-color css

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

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

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