#76739B

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

Shades of Scampi #76739B

Tints of Scampi #76739B

Color information

#76739B (or 0x76739B) is unknown color: approx Scampi. HEX triplet: 76, 73 and 9B. RGB value is (118,115,155). Sum of RGB (Red+Green+Blue) = 118+115+155=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 155 - color contains mainly: blue. Hex color #76739B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76739B is #898C64. Grayscale: #787878. Windows color (decimal): -9014373 or 10187638. OLE color: 10187638.

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

Color convert

RGB118115155-
CMYK0.240.2600.39
HSL244.5º16.67%52.94%-
HSV(B)244.5º25.81%60.78%-
XYZ19.5218.4833.55-
YUV120.46147.49126.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.41%
GREEN value IS 115 (45.31% from 255) = 29.64%
BLUE value IS 155 (60.94% from 255) = 39.95%
R=30.41%
G=29.64%
B=39.95%

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
Decimal1181151550.240.2600.39244.516.6752.94
Hex76739B181A027f41135
Octal16616323330320473642165
Binary1110110111001110011011110001101001001111111010010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76739B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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