Html Css Color HEX #766EAC Scampi

📋 copy color: '#766EAC'

red 118 ◦ green 110 ◦ blue 172

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

Shades of Scampi #766EAC

Tints of Scampi #766EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43%

R = 29.5%
G = 27.5%
B = 43%

CMYK

 C value IS 0.31

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#766EAC (or 0x766EAC) is known color: Scampi. HEX triplet: 76, 6E and AC. RGB value is (118,110,172). Sum of RGB (Red+Green+Blue) = 118+110+172=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 110 (43.36% from 255 or 27.5% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 172 - color contains mainly: blue. Hex color #766EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766EAC is #899153. Grayscale: #777777. Windows color (decimal): -9015636 or 11300470. OLE color: 11300470.

HSL color Cylindrical-coordinate representation of color #766EAC: hue angle of 247.74º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #766EAC is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 110 172 -
CMYK 0.31 0.36 0 0.33
HSL 247.74º 0.27% 0.55% -
HSV(B) 247.74º 0.36% 0.67% -
XYZ 20.49 17.98 41.42 -
YUV 119.46 157.65 126.96 -
System Red Green Blue C M Y K H S L
Decimal 118 110 172 0.31 0.36 0 0.33 247.74 0.27 0.55
Hex 76 6E AC 1F 24 0 21 F8 1B 37
Octal 166 156 254 37 44 0 41 370 33 67
Binary 1110110 1101110 10101100 11111 100100 0 100001 11111000 11011 110111

Color Harmonies of #766EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766EAC

Black with #766EAC

Text Example


Text Example

White with #766EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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