#71667F

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

Shades of Mamba #71667F

Tints of Mamba #71667F

Color information

#71667F (or 0x71667F) is unknown color: approx Mamba. HEX triplet: 71, 66 and 7F. RGB value is (113,102,127). Sum of RGB (Red+Green+Blue) = 113+102+127=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 127 - color contains mainly: blue. Hex color #71667F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71667F is #8E9980. Grayscale: #6C6C6C. Windows color (decimal): -9345409 or 8349297. OLE color: 8349297.

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

Color convert

RGB113102127-
CMYK0.110.2000.50
HSL266.4º10.92%44.9%-
HSV(B)266.4º19.69%49.8%-
XYZ15.3914.5522.08-
YUV108.14138.64131.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.04%
GREEN value IS 102 (40.23% from 255) = 29.82%
BLUE value IS 127 (50% from 255) = 37.13%
R=33.04%
G=29.82%
B=37.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1131021270.110.2000.50266.410.9244.9
Hex71667FB1403210ab2d
Octal16114617713240624121355
Binary11100011100110111111110111010001100101000010101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71667F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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