Html Css Color HEX #766B9D Scampi

📋 copy color: '#766B9D'

red 118 ◦ green 107 ◦ blue 157

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

Shades of Scampi #766B9D

Tints of Scampi #766B9D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.01%

 BLUE value IS 157 (61.72% from 255) = 41.1%

R = 30.89%
G = 28.01%
B = 41.1%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#766B9D (or 0x766B9D) is known color: Scampi. HEX triplet: 76, 6B and 9D. RGB value is (118,107,157). Sum of RGB (Red+Green+Blue) = 118+107+157=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 157 - color contains mainly: blue. Hex color #766B9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766B9D is #899462. Grayscale: #737373. Windows color (decimal): -9016419 or 10316662. OLE color: 10316662.

HSL color Cylindrical-coordinate representation of color #766B9D: hue angle of 253.2º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #766B9D is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 107 157 -
CMYK 0.25 0.32 0 0.38
HSL 253.2º 0.2% 0.52% -
HSV(B) 253.2º 0.32% 0.62% -
XYZ 18.81 16.8 34.15 -
YUV 115.99 151.14 129.43 -
System Red Green Blue C M Y K H S L
Decimal 118 107 157 0.25 0.32 0 0.38 253.2 0.2 0.52
Hex 76 6B 9D 19 20 0 26 FD 14 34
Octal 166 153 235 31 40 0 46 375 24 64
Binary 1110110 1101011 10011101 11001 100000 0 100110 11111101 10100 110100

Color Harmonies of #766B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766B9D

Black with #766B9D

Text Example


Text Example

White with #766B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,107,157); }

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

background-color css

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

 a { background-color: rgb(118,107,157); }

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

border-color css

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

 span { border-color: rgb(118,107,157); }

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