#76749C

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

Shades of Scampi #76749C

Tints of Scampi #76749C

Color information

#76749C (or 0x76749C) is unknown color: approx Scampi. HEX triplet: 76, 74 and 9C. RGB value is (118,116,156). Sum of RGB (Red+Green+Blue) = 118+116+156=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 156 - color contains mainly: blue. Hex color #76749C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76749C is #898B63. Grayscale: #797979. Windows color (decimal): -9014116 or 10253430. OLE color: 10253430.

HSL color Cylindrical-coordinate representation of color #76749C: hue angle of 243º 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 #76749C is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB118116156-
CMYK0.240.2600.39
HSL243º16.81%53.33%-
HSV(B)243º25.64%61.18%-
XYZ19.7218.7434.03-
YUV121.16147.66125.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.26%
GREEN value IS 116 (45.70% from 255) = 29.74%
BLUE value IS 156 (61.33% from 255) = 40%
R=30.26%
G=29.74%
B=40%

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
Decimal1181161560.240.2600.3924316.8153.33
Hex76749C181A027f31135
Octal16616423430320473632165
Binary1110110111010010011100110001101001001111111001110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76749C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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