Html Css Color HEX #766CAE Scampi

📋 copy color: '#766CAE'

red 118 ◦ green 108 ◦ blue 174

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

Shades of Scampi #766CAE

Tints of Scampi #766CAE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27%

 BLUE value IS 174 (68.36% from 255) = 43.5%

R = 29.5%
G = 27%
B = 43.5%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#766CAE (or 0x766CAE) is known color: Scampi. HEX triplet: 76, 6C and AE. RGB value is (118,108,174). Sum of RGB (Red+Green+Blue) = 118+108+174=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 174 - color contains mainly: blue. Hex color #766CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766CAE is #899351. Grayscale: #767676. Windows color (decimal): -9016146 or 11431030. OLE color: 11431030.

HSL color Cylindrical-coordinate representation of color #766CAE: hue angle of 249.09º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #766CAE is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 108 174 -
CMYK 0.32 0.38 0 0.32
HSL 249.09º 0.29% 0.55% -
HSV(B) 249.09º 0.38% 0.68% -
XYZ 20.47 17.63 42.37 -
YUV 118.51 159.31 127.63 -
System Red Green Blue C M Y K H S L
Decimal 118 108 174 0.32 0.38 0 0.32 249.09 0.29 0.55
Hex 76 6C AE 20 26 0 20 F9 1D 37
Octal 166 154 256 40 46 0 40 371 35 67
Binary 1110110 1101100 10101110 100000 100110 0 100000 11111001 11101 110111

Color Harmonies of #766CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766CAE

Black with #766CAE

Text Example


Text Example

White with #766CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,108,174); }

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

background-color css

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

 a { background-color: rgb(118,108,174); }

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

border-color css

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

 span { border-color: rgb(118,108,174); }

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