#71647C

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

Shades of Mamba #71647C

Tints of Mamba #71647C

Color information

#71647C (or 0x71647C) is unknown color: approx Mamba. HEX triplet: 71, 64 and 7C. RGB value is (113,100,124). Sum of RGB (Red+Green+Blue) = 113+100+124=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 124 - color contains mainly: blue. Hex color #71647C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71647C is #8E9B83. Grayscale: #6A6A6A. Windows color (decimal): -9345924 or 8152177. OLE color: 8152177.

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

Color convert

RGB113100124-
CMYK0.090.1900.51
HSL272.5º10.71%43.92%-
HSV(B)272.5º19.35%48.63%-
XYZ15.0114.0821-
YUV106.62137.81132.55-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.53%
GREEN value IS 100 (39.45% from 255) = 29.67%
BLUE value IS 124 (48.83% from 255) = 36.80%
R=33.53%
G=29.67%
B=36.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1131001240.090.1900.51272.510.7143.92
Hex71647C913033110b2c
Octal16114417411230634201354
Binary11100011100100111110010011001101100111000100001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71647C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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