Html Css Color HEX #766E9C Scampi

📋 copy color: '#766E9C'

red 118 ◦ green 110 ◦ blue 156

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

Shades of Scampi #766E9C

Tints of Scampi #766E9C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.65%

 BLUE value IS 156 (61.33% from 255) = 40.63%

R = 30.73%
G = 28.65%
B = 40.63%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#766E9C (or 0x766E9C) is known color: Scampi. HEX triplet: 76, 6E and 9C. RGB value is (118,110,156). Sum of RGB (Red+Green+Blue) = 118+110+156=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 110 (43.36% from 255 or 28.65% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 156 - color contains mainly: blue. Hex color #766E9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766E9C is #899163. Grayscale: #757575. Windows color (decimal): -9015652 or 10251894. OLE color: 10251894.

HSL color Cylindrical-coordinate representation of color #766E9C: hue angle of 250.43º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #766E9C is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 110 156 -
CMYK 0.24 0.29 0 0.39
HSL 250.43º 0.19% 0.52% -
HSV(B) 250.43º 0.29% 0.61% -
XYZ 19.05 17.4 33.81 -
YUV 117.64 149.65 128.26 -
System Red Green Blue C M Y K H S L
Decimal 118 110 156 0.24 0.29 0 0.39 250.43 0.19 0.52
Hex 76 6E 9C 18 1D 0 27 FA 13 34
Octal 166 156 234 30 35 0 47 372 23 64
Binary 1110110 1101110 10011100 11000 11101 0 100111 11111010 10011 110100

Color Harmonies of #766E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E9C

Black with #766E9C

Text Example


Text Example

White with #766E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766E9C; }

 p { color: rgb(118,110,156); }

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

background-color css

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

 a { background-color: rgb(118,110,156); }

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

border-color css

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

 span { border-color: rgb(118,110,156); }

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