Html Css Color HEX #766199 Scampi

📋 copy color: '#766199'

red 118 ◦ green 97 ◦ blue 153

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

Shades of Scampi #766199

Tints of Scampi #766199

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.36%

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

R = 32.07%
G = 26.36%
B = 41.58%

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

#766199 (or 0x766199) is known color: Scampi. HEX triplet: 76, 61 and 99. RGB value is (118,97,153). Sum of RGB (Red+Green+Blue) = 118+97+153=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 153 (60.16% from 255 or 41.58% from 368); Max value from RGB is 153 - color contains mainly: blue. Hex color #766199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766199 is #899E66. Grayscale: #6D6D6D. Windows color (decimal): -9018983 or 10051958. OLE color: 10051958.

HSL color Cylindrical-coordinate representation of color #766199: hue angle of 262.5º degrees, saturation: 0.22, 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 #766199 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 97 153 -
CMYK 0.23 0.37 0 0.4
HSL 262.5º 0.22% 0.49% -
HSV(B) 262.5º 0.37% 0.6% -
XYZ 17.5 14.7 32.05 -
YUV 109.66 152.46 133.95 -
System Red Green Blue C M Y K H S L
Decimal 118 97 153 0.23 0.37 0 0.4 262.5 0.22 0.49
Hex 76 61 99 17 25 0 28 106 16 31
Octal 166 141 231 27 45 0 50 406 26 61
Binary 1110110 1100001 10011001 10111 100101 0 101000 100000110 10110 110001

Color Harmonies of #766199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766199

Black with #766199

Text Example


Text Example

White with #766199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766199; }

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

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

background-color css

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

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

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

border-color css

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

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

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