#76738F

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

Shades of Scampi #76738F

Tints of Scampi #76738F

Color information

#76738F (or 0x76738F) is unknown color: approx Scampi. HEX triplet: 76, 73 and 8F. RGB value is (118,115,143). Sum of RGB (Red+Green+Blue) = 118+115+143=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 143 - color contains mainly: blue. Hex color #76738F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76738F is #898C70. Grayscale: #767676. Windows color (decimal): -9014385 or 9401206. OLE color: 9401206.

HSL color Cylindrical-coordinate representation of color #76738F: hue angle of 246.43º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #76738F is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB118115143-
CMYK0.170.2000.44
HSL246.43º11.11%50.59%-
HSV(B)246.43º19.58%56.08%-
XYZ18.5618.128.5-
YUV119.09141.49127.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.38%
GREEN value IS 115 (45.31% from 255) = 30.59%
BLUE value IS 143 (56.25% from 255) = 38.03%
R=31.38%
G=30.59%
B=38.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1181151430.170.2000.44246.4311.1150.59
Hex76738F111402Cf6b33
Octal16616321721240543661363
Binary111011011100111000111110001101000101100111101101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76738F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76738F; }

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

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

<style>
 a { background-color: #76738F; }

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

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

<style>
 span { border-color: #76738F; }

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

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