#76739E

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

Shades of Scampi #76739E

Tints of Scampi #76739E

Color information

#76739E (or 0x76739E) is unknown color: approx Scampi. HEX triplet: 76, 73 and 9E. RGB value is (118,115,158). Sum of RGB (Red+Green+Blue) = 118+115+158=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 158 (62.11% from 255 or 40.41% from 391); Max value from RGB is 158 - color contains mainly: blue. Hex color #76739E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76739E is #898C61. Grayscale: #787878. Windows color (decimal): -9014370 or 10384246. OLE color: 10384246.

HSL color Cylindrical-coordinate representation of color #76739E: hue angle of 244.19º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #76739E is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB118115158-
CMYK0.250.2700.38
HSL244.19º18.14%53.53%-
HSV(B)244.19º27.22%61.96%-
XYZ19.7718.5834.89-
YUV120.8148.99126-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.18%
GREEN value IS 115 (45.31% from 255) = 29.41%
BLUE value IS 158 (62.11% from 255) = 40.41%
R=30.18%
G=29.41%
B=40.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181151580.250.2700.38244.1918.1453.53
Hex76739E191B026f41236
Octal16616323631330463642266
Binary1110110111001110011110110011101101001101111010010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76739E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76739E; }

 p { color: rgb(118,115,158); }

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

<style>
 a { background-color: #76739E; }

 a { background-color: rgb(118,115,158); }

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

<style>
 span { border-color: #76739E; }

 span { border-color: rgb(118,115,158); }

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