#71607C

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

Shades of Mamba #71607C

Tints of Mamba #71607C

Color information

#71607C (or 0x71607C) is unknown color: approx Mamba. HEX triplet: 71, 60 and 7C. RGB value is (113,96,124). Sum of RGB (Red+Green+Blue) = 113+96+124=333 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.93% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 124 - color contains mainly: blue. Hex color #71607C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71607C is #8E9F83. Grayscale: #686868. Windows color (decimal): -9346948 or 8151153. OLE color: 8151153.

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

Color convert

RGB11396124-
CMYK0.090.2300.51
HSL276.43º12.73%43.14%-
HSV(B)276.43º22.58%48.63%-
XYZ14.6313.3320.87-
YUV104.28139.13134.22-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.93%
GREEN value IS 96 (37.89% from 255) = 28.83%
BLUE value IS 124 (48.83% from 255) = 37.24%
R=33.93%
G=28.83%
B=37.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal113961240.090.2300.51276.4312.7343.14
Hex71607C917033114d2b
Octal16114017411270634241553
Binary11100011100000111110010011011101100111000101001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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