#76709C

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

Shades of Scampi #76709C

Tints of Scampi #76709C

Color information

#76709C (or 0x76709C) is unknown color: approx Scampi. HEX triplet: 76, 70 and 9C. RGB value is (118,112,156). Sum of RGB (Red+Green+Blue) = 118+112+156=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 156 - color contains mainly: blue. Hex color #76709C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76709C is #898F63. Grayscale: #767676. Windows color (decimal): -9015140 or 10252406. OLE color: 10252406.

HSL color Cylindrical-coordinate representation of color #76709C: hue angle of 248.18º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #76709C is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB118112156-
CMYK0.240.2800.39
HSL248.18º18.18%52.55%-
HSV(B)248.18º28.21%61.18%-
XYZ19.2717.8433.88-
YUV118.81148.99127.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.57%
GREEN value IS 112 (44.14% from 255) = 29.02%
BLUE value IS 156 (61.33% from 255) = 40.41%
R=30.57%
G=29.02%
B=40.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181121560.240.2800.39248.1818.1852.55
Hex76709C181C027f81235
Octal16616023430340473702265
Binary1110110111000010011100110001110001001111111100010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76709C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76709C; }

 p { color: rgb(118,112,156); }

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

<style>
 a { background-color: #76709C; }

 a { background-color: rgb(118,112,156); }

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

<style>
 span { border-color: #76709C; }

 span { border-color: rgb(118,112,156); }

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