Html Css Color HEX #766799 Scampi

📋 copy color: '#766799'

red 118 ◦ green 103 ◦ blue 153

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

Shades of Scampi #766799

Tints of Scampi #766799

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.54%

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

R = 31.55%
G = 27.54%
B = 40.91%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#766799 (or 0x766799) is known color: Scampi. HEX triplet: 76, 67 and 99. RGB value is (118,103,153). Sum of RGB (Red+Green+Blue) = 118+103+153=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 153 (60.16% from 255 or 40.91% from 374); Max value from RGB is 153 - color contains mainly: blue. Hex color #766799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766799 is #899866. Grayscale: #707070. Windows color (decimal): -9017447 or 10053494. OLE color: 10053494.

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

Color convert

RGB 118 103 153 -
CMYK 0.23 0.33 0 0.4
HSL 258º 0.2% 0.5% -
HSV(B) 258º 0.33% 0.6% -
XYZ 18.07 15.85 32.24 -
YUV 113.19 150.47 131.43 -
System Red Green Blue C M Y K H S L
Decimal 118 103 153 0.23 0.33 0 0.4 258 0.2 0.5
Hex 76 67 99 17 21 0 28 102 14 32
Octal 166 147 231 27 41 0 50 402 24 62
Binary 1110110 1100111 10011001 10111 100001 0 101000 100000010 10100 110010

Color Harmonies of #766799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766799

Black with #766799

Text Example


Text Example

White with #766799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766799; }

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

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

background-color css

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

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

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

border-color css

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

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

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