#76728B

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

Shades of Scampi #76728B

Tints of Scampi #76728B

Color information

#76728B (or 0x76728B) is unknown color: approx Scampi. HEX triplet: 76, 72 and 8B. RGB value is (118,114,139). Sum of RGB (Red+Green+Blue) = 118+114+139=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 139 - color contains mainly: blue. Hex color #76728B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76728B is #898D74. Grayscale: #757575. Windows color (decimal): -9014645 or 9138806. OLE color: 9138806.

HSL color Cylindrical-coordinate representation of color #76728B: hue angle of 249.6º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #76728B is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB118114139-
CMYK0.150.1800.45
HSL249.6º9.88%49.61%-
HSV(B)249.6º17.99%54.51%-
XYZ18.1517.7526.9-
YUV118.05139.83127.97-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.81%
GREEN value IS 114 (44.92% from 255) = 30.73%
BLUE value IS 139 (54.69% from 255) = 37.47%
R=31.81%
G=30.73%
B=37.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1181141390.150.1800.45249.69.8849.61
Hex76728BF1202Dfaa32
Octal16616221317220553721262
Binary11101101110010100010111111100100101101111110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76728B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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