#76699E

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

Shades of Scampi #76699E

Tints of Scampi #76699E

Color information

#76699E (or 0x76699E) is unknown color: approx Scampi. HEX triplet: 76, 69 and 9E. RGB value is (118,105,158). Sum of RGB (Red+Green+Blue) = 118+105+158=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 158 - color contains mainly: blue. Hex color #76699E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76699E is #899661. Grayscale: #727272. Windows color (decimal): -9016930 or 10381686. OLE color: 10381686.

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

Color convert

RGB118105158-
CMYK0.250.3400.38
HSL254.72º21.46%51.57%-
HSV(B)254.72º33.54%61.96%-
XYZ18.6916.4234.53-
YUV114.93152.31130.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.97%
GREEN value IS 105 (41.41% from 255) = 27.56%
BLUE value IS 158 (62.11% from 255) = 41.47%
R=30.97%
G=27.56%
B=41.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181051580.250.3400.38254.7221.4651.57
Hex76699E1922026ff1534
Octal16615123631420463772564
Binary11101101101001100111101100110001001001101111111110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76699E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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