#71677F

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

Shades of Mamba #71677F

Tints of Mamba #71677F

Color information

#71677F (or 0x71677F) is unknown color: approx Mamba. HEX triplet: 71, 67 and 7F. RGB value is (113,103,127). Sum of RGB (Red+Green+Blue) = 113+103+127=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 127 - color contains mainly: blue. Hex color #71677F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71677F is #8E9880. Grayscale: #6C6C6C. Windows color (decimal): -9345153 or 8349553. OLE color: 8349553.

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

Color convert

RGB113103127-
CMYK0.110.1900.50
HSL265º10.43%45.1%-
HSV(B)265º18.9%49.8%-
XYZ15.4914.7422.11-
YUV108.73138.31131.05-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.94%
GREEN value IS 103 (40.62% from 255) = 30.03%
BLUE value IS 127 (50% from 255) = 37.03%
R=32.94%
G=30.03%
B=37.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1131031270.110.1900.5026510.4345.1
Hex71677FB13032109a2d
Octal16114717713230624111255
Binary11100011100111111111110111001101100101000010011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71677F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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