#766BAC

Color #766BAC Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #766BAC

Tints of Scampi #766BAC

Color information

#766BAC (or 0x766BAC) is unknown color: approx Scampi. HEX triplet: 76, 6B and AC. RGB value is (118,107,172). Sum of RGB (Red+Green+Blue) = 118+107+172=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 172 - color contains mainly: blue. Hex color #766BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766BAC is #899453. Grayscale: #757575. Windows color (decimal): -9016404 or 11299702. OLE color: 11299702.

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

Color convert

RGB118107172-
CMYK0.310.3800.33
HSL250.15º28.14%54.71%-
HSV(B)250.15º37.79%67.45%-
XYZ20.1817.3541.31-
YUV117.7158.64128.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.72%
GREEN value IS 107 (42.19% from 255) = 26.95%
BLUE value IS 172 (67.58% from 255) = 43.32%
R=29.72%
G=26.95%
B=43.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181071720.310.3800.33250.1528.1454.71
Hex766BAC1F26021fa1c37
Octal16615325437460413723467
Binary11101101101011101011001111110011001000011111101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #766BAC;
 }
 .AnyTagClassName
 {
   color: #766BAC;
 }
</style>
background-color css

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

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

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

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

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

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