#71718B

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

Shades of Scampi #71718B

Tints of Scampi #71718B

Color information

#71718B (or 0x71718B) is unknown color: approx Scampi. HEX triplet: 71, 71 and 8B. RGB value is (113,113,139). Sum of RGB (Red+Green+Blue) = 113+113+139=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 139 - color contains mainly: blue. Hex color #71718B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71718B is #8E8E74. Grayscale: #737373. Windows color (decimal): -9342581 or 9138545. OLE color: 9138545.

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

Color convert

RGB113113139-
CMYK0.190.1900.45
HSL240º10.32%49.41%-
HSV(B)240º18.71%54.51%-
XYZ17.3817.1926.83-
YUV115.96141125.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.96%
GREEN value IS 113 (44.53% from 255) = 30.96%
BLUE value IS 139 (54.69% from 255) = 38.08%
R=30.96%
G=30.96%
B=38.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1131131390.190.1900.4524010.3249.41
Hex71718B131302Df0a31
Octal16116121323230553601261
Binary111000111100011000101110011100110101101111100001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71718B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,113,139); }

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

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

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

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

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

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

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