#71647E

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

Shades of Mamba #71647E

Tints of Mamba #71647E

Color information

#71647E (or 0x71647E) is unknown color: approx Mamba. HEX triplet: 71, 64 and 7E. RGB value is (113,100,126). Sum of RGB (Red+Green+Blue) = 113+100+126=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 126 (49.61% from 255 or 37.17% from 339); Max value from RGB is 126 - color contains mainly: blue. Hex color #71647E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71647E is #8E9B81. Grayscale: #6A6A6A. Windows color (decimal): -9345922 or 8283249. OLE color: 8283249.

HSL color Cylindrical-coordinate representation of color #71647E: hue angle of 270º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #71647E is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB113100126-
CMYK0.100.2100.51
HSL270º11.5%44.31%-
HSV(B)270º20.63%49.41%-
XYZ15.1314.1321.67-
YUV106.85138.81132.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.33%
GREEN value IS 100 (39.45% from 255) = 29.50%
BLUE value IS 126 (49.61% from 255) = 37.17%
R=33.33%
G=29.50%
B=37.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1131001260.100.2100.5127011.544.31
Hex71647EA1503310ec2c
Octal16114417612250634161454
Binary11100011100100111111010101010101100111000011101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71647E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71647E; }

 p { color: rgb(113,100,126); }

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

<style>
 a { background-color: #71647E; }

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

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

<style>
 span { border-color: #71647E; }

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

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