Html Css Color HEX #766A9B Scampi

📋 copy color: '#766A9B'

red 118 ◦ green 106 ◦ blue 155

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

Shades of Scampi #766A9B

Tints of Scampi #766A9B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.97%

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

R = 31.13%
G = 27.97%
B = 40.9%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#766A9B (or 0x766A9B) is known color: Scampi. HEX triplet: 76, 6A and 9B. RGB value is (118,106,155). Sum of RGB (Red+Green+Blue) = 118+106+155=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 155 - color contains mainly: blue. Hex color #766A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766A9B is #899564. Grayscale: #727272. Windows color (decimal): -9016677 or 10185334. OLE color: 10185334.

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

Color convert

RGB 118 106 155 -
CMYK 0.24 0.32 0 0.39
HSL 254.69º 0.2% 0.51% -
HSV(B) 254.69º 0.32% 0.61% -
XYZ 18.54 16.53 33.22 -
YUV 115.17 150.48 130.02 -
System Red Green Blue C M Y K H S L
Decimal 118 106 155 0.24 0.32 0 0.39 254.69 0.2 0.51
Hex 76 6A 9B 18 20 0 27 FF 14 33
Octal 166 152 233 30 40 0 47 377 24 63
Binary 1110110 1101010 10011011 11000 100000 0 100111 11111111 10100 110011

Color Harmonies of #766A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766A9B

Black with #766A9B

Text Example


Text Example

White with #766A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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