#76689B

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

Shades of Scampi #76689B

Tints of Scampi #76689B

Color information

#76689B (or 0x76689B) is unknown color: approx Scampi. HEX triplet: 76, 68 and 9B. RGB value is (118,104,155). Sum of RGB (Red+Green+Blue) = 118+104+155=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 155 - color contains mainly: blue. Hex color #76689B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76689B is #899764. Grayscale: #717171. Windows color (decimal): -9017189 or 10184822. OLE color: 10184822.

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

Color convert

RGB118104155-
CMYK0.240.3300.39
HSL256.47º20.32%50.78%-
HSV(B)256.47º32.9%60.78%-
XYZ18.3416.1233.16-
YUV114151.14130.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.30%
GREEN value IS 104 (41.02% from 255) = 27.59%
BLUE value IS 155 (60.94% from 255) = 41.11%
R=31.30%
G=27.59%
B=41.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181041550.240.3300.39256.4720.3250.78
Hex76689B18210271001433
Octal16615023330410474002463
Binary111011011010001001101111000100001010011110000000010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76689B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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