#71677B

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

Shades of Mamba #71677B

Tints of Mamba #71677B

Color information

#71677B (or 0x71677B) is unknown color: approx Mamba. HEX triplet: 71, 67 and 7B. RGB value is (113,103,123). Sum of RGB (Red+Green+Blue) = 113+103+123=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 123 - color contains mainly: blue. Hex color #71677B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71677B is #8E9884. Grayscale: #6C6C6C. Windows color (decimal): -9345157 or 8087409. OLE color: 8087409.

HSL color Cylindrical-coordinate representation of color #71677B: hue angle of 270º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #71677B is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB113103123-
CMYK0.080.1600.52
HSL270º8.85%44.31%-
HSV(B)270º16.26%48.24%-
XYZ15.2414.6420.76-
YUV108.27136.31131.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.33%
GREEN value IS 103 (40.62% from 255) = 30.38%
BLUE value IS 123 (48.44% from 255) = 36.28%
R=33.33%
G=30.38%
B=36.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1131031230.080.1600.522708.8544.31
Hex71677B81003410e92c
Octal16114717310200644161154
Binary11100011100111111101110001000001101001000011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71677B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71677B; }

 p { color: rgb(113,103,123); }

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

<style>
 a { background-color: #71677B; }

 a { background-color: rgb(113,103,123); }

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

<style>
 span { border-color: #71677B; }

 span { border-color: rgb(113,103,123); }

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