#76699B

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

Shades of Scampi #76699B

Tints of Scampi #76699B

Color information

#76699B (or 0x76699B) is unknown color: approx Scampi. HEX triplet: 76, 69 and 9B. RGB value is (118,105,155). Sum of RGB (Red+Green+Blue) = 118+105+155=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 155 - color contains mainly: blue. Hex color #76699B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76699B is #899664. Grayscale: #727272. Windows color (decimal): -9016933 or 10185078. OLE color: 10185078.

HSL color Cylindrical-coordinate representation of color #76699B: hue angle of 255.6º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #76699B is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB118105155-
CMYK0.240.3200.39
HSL255.6º20%50.98%-
HSV(B)255.6º32.26%60.78%-
XYZ18.4416.3233.19-
YUV114.59150.81130.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.22%
GREEN value IS 105 (41.41% from 255) = 27.78%
BLUE value IS 155 (60.94% from 255) = 41.01%
R=31.22%
G=27.78%
B=41.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181051550.240.3200.39255.62050.98
Hex76699B18200271001433
Octal16615123330400474002463
Binary111011011010011001101111000100000010011110000000010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76699B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76699B; }

 p { color: rgb(118,105,155); }

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

<style>
 a { background-color: #76699B; }

 a { background-color: rgb(118,105,155); }

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

<style>
 span { border-color: #76699B; }

 span { border-color: rgb(118,105,155); }

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