#71697C

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

Shades of Mamba #71697C

Tints of Mamba #71697C

Color information

#71697C (or 0x71697C) is unknown color: approx Mamba. HEX triplet: 71, 69 and 7C. RGB value is (113,105,124). Sum of RGB (Red+Green+Blue) = 113+105+124=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 124 - color contains mainly: blue. Hex color #71697C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71697C is #8E9683. Grayscale: #6D6D6D. Windows color (decimal): -9344644 or 8153457. OLE color: 8153457.

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

Color convert

RGB113105124-
CMYK0.090.1500.51
HSL265.26º8.3%44.9%-
HSV(B)265.26º15.32%48.63%-
XYZ15.515.0721.16-
YUV109.56136.15130.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.04%
GREEN value IS 105 (41.41% from 255) = 30.70%
BLUE value IS 124 (48.83% from 255) = 36.26%
R=33.04%
G=30.70%
B=36.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1131051240.090.1500.51265.268.344.9
Hex71697C9F03310982d
Octal16115117411170634111055
Binary1110001110100111111001001111101100111000010011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71697C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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