#76739C

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

Shades of Scampi #76739C

Tints of Scampi #76739C

Color information

#76739C (or 0x76739C) is unknown color: approx Scampi. HEX triplet: 76, 73 and 9C. RGB value is (118,115,156). Sum of RGB (Red+Green+Blue) = 118+115+156=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 156 - color contains mainly: blue. Hex color #76739C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76739C is #898C63. Grayscale: #787878. Windows color (decimal): -9014372 or 10253174. OLE color: 10253174.

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

Color convert

RGB118115156-
CMYK0.240.2600.39
HSL244.39º17.15%53.14%-
HSV(B)244.39º26.28%61.18%-
XYZ19.618.5133.99-
YUV120.57147.99126.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.33%
GREEN value IS 115 (45.31% from 255) = 29.56%
BLUE value IS 156 (61.33% from 255) = 40.10%
R=30.33%
G=29.56%
B=40.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181151560.240.2600.39244.3917.1553.14
Hex76739C181A027f41135
Octal16616323430320473642165
Binary1110110111001110011100110001101001001111111010010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76739C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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