Html Css Color HEX #766D9A Scampi

📋 copy color: '#766D9A'

red 118 ◦ green 109 ◦ blue 154

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

Shades of Scampi #766D9A

Tints of Scampi #766D9A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.61%

 BLUE value IS 154 (60.55% from 255) = 40.42%

R = 30.97%
G = 28.61%
B = 40.42%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#766D9A (or 0x766D9A) is known color: Scampi. HEX triplet: 76, 6D and 9A. RGB value is (118,109,154). Sum of RGB (Red+Green+Blue) = 118+109+154=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 154 - color contains mainly: blue. Hex color #766D9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766D9A is #899265. Grayscale: #747474. Windows color (decimal): -9015910 or 10120566. OLE color: 10120566.

HSL color Cylindrical-coordinate representation of color #766D9A: hue angle of 252º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #766D9A is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 109 154 -
CMYK 0.23 0.29 0 0.40
HSL 252º 0.18% 0.52% -
HSV(B) 252º 0.29% 0.6% -
XYZ 18.77 17.12 32.89 -
YUV 116.82 148.98 128.84 -
System Red Green Blue C M Y K H S L
Decimal 118 109 154 0.23 0.29 0 0.40 252 0.18 0.52
Hex 76 6D 9A 17 1D 0 28 FC 12 34
Octal 166 155 232 27 35 0 50 374 22 64
Binary 1110110 1101101 10011010 10111 11101 0 101000 11111100 10010 110100

Color Harmonies of #766D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766D9A

Black with #766D9A

Text Example


Text Example

White with #766D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,109,154); }

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

background-color css

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

 a { background-color: rgb(118,109,154); }

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

border-color css

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

 span { border-color: rgb(118,109,154); }

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