#76718F

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

Shades of Scampi #76718F

Tints of Scampi #76718F

Color information

#76718F (or 0x76718F) is unknown color: approx Scampi. HEX triplet: 76, 71 and 8F. RGB value is (118,113,143). Sum of RGB (Red+Green+Blue) = 118+113+143=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 143 (56.25% from 255 or 38.24% from 374); Max value from RGB is 143 - color contains mainly: blue. Hex color #76718F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76718F is #898E70. Grayscale: #757575. Windows color (decimal): -9014897 or 9400694. OLE color: 9400694.

HSL color Cylindrical-coordinate representation of color #76718F: hue angle of 250º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #76718F is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB118113143-
CMYK0.170.2100.44
HSL250º11.81%50.2%-
HSV(B)250º20.98%56.08%-
XYZ18.3317.6428.43-
YUV117.92142.16128.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.55%
GREEN value IS 113 (44.53% from 255) = 30.21%
BLUE value IS 143 (56.25% from 255) = 38.24%
R=31.55%
G=30.21%
B=38.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1181131430.170.2100.4425011.8150.2
Hex76718F111502Cfac32
Octal16616121721250543721462
Binary111011011100011000111110001101010101100111110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76718F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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