#76729E

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

Shades of Scampi #76729E

Tints of Scampi #76729E

Color information

#76729E (or 0x76729E) is unknown color: approx Scampi. HEX triplet: 76, 72 and 9E. RGB value is (118,114,158). Sum of RGB (Red+Green+Blue) = 118+114+158=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 158 (62.11% from 255 or 40.51% from 390); Max value from RGB is 158 - color contains mainly: blue. Hex color #76729E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76729E is #898D61. Grayscale: #787878. Windows color (decimal): -9014626 or 10383990. OLE color: 10383990.

HSL color Cylindrical-coordinate representation of color #76729E: hue angle of 245.45º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #76729E is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB118114158-
CMYK0.250.2800.38
HSL245.45º18.49%53.33%-
HSV(B)245.45º27.85%61.96%-
XYZ19.6618.3534.85-
YUV120.21149.33126.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.26%
GREEN value IS 114 (44.92% from 255) = 29.23%
BLUE value IS 158 (62.11% from 255) = 40.51%
R=30.26%
G=29.23%
B=40.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181141580.250.2800.38245.4518.4953.33
Hex76729E191C026f51235
Octal16616223631340463652265
Binary1110110111001010011110110011110001001101111010110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76729E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76729E; }

 p { color: rgb(118,114,158); }

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

<style>
 a { background-color: #76729E; }

 a { background-color: rgb(118,114,158); }

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

<style>
 span { border-color: #76729E; }

 span { border-color: rgb(118,114,158); }

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