Html Css Color HEX #766698 Scampi

📋 copy color: '#766698'

red 118 ◦ green 102 ◦ blue 152

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

Shades of Scampi #766698

Tints of Scampi #766698

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.42%

 BLUE value IS 152 (59.77% from 255) = 40.86%

R = 31.72%
G = 27.42%
B = 40.86%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#766698 (or 0x766698) is known color: Scampi. HEX triplet: 76, 66 and 98. RGB value is (118,102,152). Sum of RGB (Red+Green+Blue) = 118+102+152=372 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.72% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 152 (59.77% from 255 or 40.86% from 372); Max value from RGB is 152 - color contains mainly: blue. Hex color #766698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766698 is #899967. Grayscale: #707070. Windows color (decimal): -9017704 or 9987702. OLE color: 9987702.

HSL color Cylindrical-coordinate representation of color #766698: hue angle of 259.2º 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 #766698 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 102 152 -
CMYK 0.22 0.33 0 0.40
HSL 259.2º 0.2% 0.5% -
HSV(B) 259.2º 0.33% 0.6% -
XYZ 17.89 15.62 31.78 -
YUV 112.48 150.3 131.93 -
System Red Green Blue C M Y K H S L
Decimal 118 102 152 0.22 0.33 0 0.40 259.2 0.2 0.5
Hex 76 66 98 16 21 0 28 103 14 32
Octal 166 146 230 26 41 0 50 403 24 62
Binary 1110110 1100110 10011000 10110 100001 0 101000 100000011 10100 110010

Color Harmonies of #766698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766698

Black with #766698

Text Example


Text Example

White with #766698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766698; }

 p { color: rgb(118,102,152); }

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

background-color css

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

 a { background-color: rgb(118,102,152); }

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

border-color css

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

 span { border-color: rgb(118,102,152); }

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