Html Css Color HEX #766E9A Scampi

📋 copy color: '#766E9A'

red 118 ◦ green 110 ◦ blue 154

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

Shades of Scampi #766E9A

Tints of Scampi #766E9A

RGB

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

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

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

R = 30.89%
G = 28.8%
B = 40.31%

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

#766E9A (or 0x766E9A) is known color: Scampi. HEX triplet: 76, 6E and 9A. RGB value is (118,110,154). Sum of RGB (Red+Green+Blue) = 118+110+154=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 154 - color contains mainly: blue. Hex color #766E9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766E9A is #899165. Grayscale: #757575. Windows color (decimal): -9015654 or 10120822. OLE color: 10120822.

HSL color Cylindrical-coordinate representation of color #766E9A: hue angle of 250.91º 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 #766E9A is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 110 154 -
CMYK 0.23 0.29 0 0.40
HSL 250.91º 0.18% 0.52% -
HSV(B) 250.91º 0.29% 0.6% -
XYZ 18.88 17.34 32.92 -
YUV 117.41 148.65 128.42 -
System Red Green Blue C M Y K H S L
Decimal 118 110 154 0.23 0.29 0 0.40 250.91 0.18 0.52
Hex 76 6E 9A 17 1D 0 28 FB 12 34
Octal 166 156 232 27 35 0 50 373 22 64
Binary 1110110 1101110 10011010 10111 11101 0 101000 11111011 10010 110100

Color Harmonies of #766E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E9A

Black with #766E9A

Text Example


Text Example

White with #766E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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