#76729D

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

Shades of Scampi #76729D

Tints of Scampi #76729D

Color information

#76729D (or 0x76729D) is unknown color: approx Scampi. HEX triplet: 76, 72 and 9D. RGB value is (118,114,157). Sum of RGB (Red+Green+Blue) = 118+114+157=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 157 - color contains mainly: blue. Hex color #76729D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76729D is #898D62. Grayscale: #777777. Windows color (decimal): -9014627 or 10318454. OLE color: 10318454.

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

Color convert

RGB118114157-
CMYK0.250.2700.38
HSL245.58º17.99%53.14%-
HSV(B)245.58º27.39%61.57%-
XYZ19.5718.3234.4-
YUV120.1148.83126.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.33%
GREEN value IS 114 (44.92% from 255) = 29.31%
BLUE value IS 157 (61.72% from 255) = 40.36%
R=30.33%
G=29.31%
B=40.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181141570.250.2700.38245.5817.9953.14
Hex76729D191B026f61235
Octal16616223531330463662265
Binary1110110111001010011101110011101101001101111011010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76729D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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