#71657F

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

Shades of Mamba #71657F

Tints of Mamba #71657F

Color information

#71657F (or 0x71657F) is unknown color: approx Mamba. HEX triplet: 71, 65 and 7F. RGB value is (113,101,127). Sum of RGB (Red+Green+Blue) = 113+101+127=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 127 - color contains mainly: blue. Hex color #71657F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71657F is #8E9A80. Grayscale: #6B6B6B. Windows color (decimal): -9345665 or 8349041. OLE color: 8349041.

HSL color Cylindrical-coordinate representation of color #71657F: hue angle of 267.69º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #71657F is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB113101127-
CMYK0.110.2000.50
HSL267.69º11.4%44.71%-
HSV(B)267.69º20.47%49.8%-
XYZ15.2914.3522.04-
YUV107.55138.98131.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.14%
GREEN value IS 101 (39.84% from 255) = 29.62%
BLUE value IS 127 (50% from 255) = 37.24%
R=33.14%
G=29.62%
B=37.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1131011270.110.2000.50267.6911.444.71
Hex71657FB1403210cb2d
Octal16114517713240624141355
Binary11100011100101111111110111010001100101000011001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71657F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,101,127); }

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

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

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

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

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

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

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