#76719D

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

Shades of Scampi #76719D

Tints of Scampi #76719D

Color information

#76719D (or 0x76719D) is unknown color: approx Scampi. HEX triplet: 76, 71 and 9D. RGB value is (118,113,157). Sum of RGB (Red+Green+Blue) = 118+113+157=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 157 (61.72% from 255 or 40.46% from 388); Max value from RGB is 157 - color contains mainly: blue. Hex color #76719D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76719D is #898E62. Grayscale: #777777. Windows color (decimal): -9014883 or 10318198. OLE color: 10318198.

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

Color convert

RGB118113157-
CMYK0.250.2800.38
HSL246.82º18.33%52.94%-
HSV(B)246.82º28.03%61.57%-
XYZ19.4618.134.37-
YUV119.51149.16126.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.41%
GREEN value IS 113 (44.53% from 255) = 29.12%
BLUE value IS 157 (61.72% from 255) = 40.46%
R=30.41%
G=29.12%
B=40.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181131570.250.2800.38246.8218.3352.94
Hex76719D191C026f71235
Octal16616123531340463672265
Binary1110110111000110011101110011110001001101111011110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76719D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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