Html Css Color HEX #766FAC Scampi

📋 copy color: '#766FAC'

red 118 ◦ green 111 ◦ blue 172

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

Shades of Scampi #766FAC

Tints of Scampi #766FAC

RGB

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

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

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

R = 29.43%
G = 27.68%
B = 42.89%

CMYK

 C value IS 0.31

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#766FAC (or 0x766FAC) is known color: Scampi. HEX triplet: 76, 6F and AC. RGB value is (118,111,172). Sum of RGB (Red+Green+Blue) = 118+111+172=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 172 - color contains mainly: blue. Hex color #766FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766FAC is #899053. Grayscale: #777777. Windows color (decimal): -9015380 or 11300726. OLE color: 11300726.

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

Color convert

RGB 118 111 172 -
CMYK 0.31 0.35 0 0.33
HSL 246.89º 0.27% 0.55% -
HSV(B) 246.89º 0.35% 0.67% -
XYZ 20.6 18.2 41.46 -
YUV 120.05 157.32 126.54 -
System Red Green Blue C M Y K H S L
Decimal 118 111 172 0.31 0.35 0 0.33 246.89 0.27 0.55
Hex 76 6F AC 1F 23 0 21 F7 1B 37
Octal 166 157 254 37 43 0 41 367 33 67
Binary 1110110 1101111 10101100 11111 100011 0 100001 11110111 11011 110111

Color Harmonies of #766FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766FAC

Black with #766FAC

Text Example


Text Example

White with #766FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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