#76749D

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

Shades of Scampi #76749D

Tints of Scampi #76749D

Color information

#76749D (or 0x76749D) is unknown color: approx Scampi. HEX triplet: 76, 74 and 9D. RGB value is (118,116,157). Sum of RGB (Red+Green+Blue) = 118+116+157=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 157 - color contains mainly: blue. Hex color #76749D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76749D is #898B62. Grayscale: #797979. Windows color (decimal): -9014115 or 10318966. OLE color: 10318966.

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

Color convert

RGB118116157-
CMYK0.250.2600.38
HSL242.93º17.3%53.53%-
HSV(B)242.93º26.11%61.57%-
XYZ19.818.7834.48-
YUV121.27148.16125.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.18%
GREEN value IS 116 (45.70% from 255) = 29.67%
BLUE value IS 157 (61.72% from 255) = 40.15%
R=30.18%
G=29.67%
B=40.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181161570.250.2600.38242.9317.353.53
Hex76749D191A026f31136
Octal16616423531320463632166
Binary1110110111010010011101110011101001001101111001110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76749D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76749D; }

 p { color: rgb(118,116,157); }

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

<style>
 a { background-color: #76749D; }

 a { background-color: rgb(118,116,157); }

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

<style>
 span { border-color: #76749D; }

 span { border-color: rgb(118,116,157); }

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