Html Css Color HEX #766FAE Scampi

📋 copy color: '#766FAE'

red 118 ◦ green 111 ◦ blue 174

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

Shades of Scampi #766FAE

Tints of Scampi #766FAE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.54%

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

R = 29.28%
G = 27.54%
B = 43.18%

CMYK

 C value IS 0.32

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#766FAE (or 0x766FAE) is known color: Scampi. HEX triplet: 76, 6F and AE. RGB value is (118,111,174). Sum of RGB (Red+Green+Blue) = 118+111+174=403 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.28% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 174 (68.36% from 255 or 43.18% from 403); Max value from RGB is 174 - color contains mainly: blue. Hex color #766FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766FAE is #899051. Grayscale: #787878. Windows color (decimal): -9015378 or 11431798. OLE color: 11431798.

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

Color convert

RGB 118 111 174 -
CMYK 0.32 0.36 0 0.32
HSL 246.67º 0.28% 0.56% -
HSV(B) 246.67º 0.36% 0.68% -
XYZ 20.8 18.28 42.48 -
YUV 120.28 158.32 126.38 -
System Red Green Blue C M Y K H S L
Decimal 118 111 174 0.32 0.36 0 0.32 246.67 0.28 0.56
Hex 76 6F AE 20 24 0 20 F7 1C 38
Octal 166 157 256 40 44 0 40 367 34 70
Binary 1110110 1101111 10101110 100000 100100 0 100000 11110111 11100 111000

Color Harmonies of #766FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766FAE

Black with #766FAE

Text Example


Text Example

White with #766FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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