#71687C

Color #71687C Mamba (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mamba #71687C

Tints of Mamba #71687C

Color information

#71687C (or 0x71687C) is unknown color: approx Mamba. HEX triplet: 71, 68 and 7C. RGB value is (113,104,124). Sum of RGB (Red+Green+Blue) = 113+104+124=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 124 - color contains mainly: blue. Hex color #71687C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71687C is #8E9783. Grayscale: #6C6C6C. Windows color (decimal): -9344900 or 8153201. OLE color: 8153201.

HSL color Cylindrical-coordinate representation of color #71687C: hue angle of 267º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #71687C is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB113104124-
CMYK0.090.1600.51
HSL267º8.77%44.71%-
HSV(B)267º16.13%48.63%-
XYZ15.414.8721.13-
YUV108.97136.48130.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.14%
GREEN value IS 104 (41.02% from 255) = 30.50%
BLUE value IS 124 (48.83% from 255) = 36.36%
R=33.14%
G=30.50%
B=36.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1131041240.090.1600.512678.7744.71
Hex71687C91003310b92d
Octal16115017411200634131155
Binary11100011101000111110010011000001100111000010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71687C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71687C; }

 p { color: rgb(113,104,124); }

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

<style>
 a { background-color: #71687C; }

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

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

<style>
 span { border-color: #71687C; }

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

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