Html Css Color HEX #766E9B Scampi

📋 copy color: '#766E9B'

red 118 ◦ green 110 ◦ blue 155

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

Shades of Scampi #766E9B

Tints of Scampi #766E9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.47%

R = 30.81%
G = 28.72%
B = 40.47%

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

#766E9B (or 0x766E9B) is known color: Scampi. HEX triplet: 76, 6E and 9B. RGB value is (118,110,155). Sum of RGB (Red+Green+Blue) = 118+110+155=383 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.81% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 155 - color contains mainly: blue. Hex color #766E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766E9B is #899164. Grayscale: #757575. Windows color (decimal): -9015653 or 10186358. OLE color: 10186358.

HSL color Cylindrical-coordinate representation of color #766E9B: hue angle of 250.67º degrees, saturation: 0.18, 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 #766E9B is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 110 155 -
CMYK 0.24 0.29 0 0.39
HSL 250.67º 0.18% 0.52% -
HSV(B) 250.67º 0.29% 0.61% -
XYZ 18.96 17.37 33.36 -
YUV 117.52 149.15 128.34 -
System Red Green Blue C M Y K H S L
Decimal 118 110 155 0.24 0.29 0 0.39 250.67 0.18 0.52
Hex 76 6E 9B 18 1D 0 27 FB 12 34
Octal 166 156 233 30 35 0 47 373 22 64
Binary 1110110 1101110 10011011 11000 11101 0 100111 11111011 10010 110100

Color Harmonies of #766E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E9B

Black with #766E9B

Text Example


Text Example

White with #766E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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