#71687A

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

Shades of Mamba #71687A

Tints of Mamba #71687A

Color information

#71687A (or 0x71687A) is unknown color: approx Mamba. HEX triplet: 71, 68 and 7A. RGB value is (113,104,122). Sum of RGB (Red+Green+Blue) = 113+104+122=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 122 - color contains mainly: blue. Hex color #71687A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71687A is #8E9785. Grayscale: #6C6C6C. Windows color (decimal): -9344902 or 8022129. OLE color: 8022129.

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

Color convert

RGB113104122-
CMYK0.070.1500.52
HSL270º7.96%44.31%-
HSV(B)270º14.75%47.84%-
XYZ15.2714.8220.47-
YUV108.74135.48131.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.33%
GREEN value IS 104 (41.02% from 255) = 30.68%
BLUE value IS 122 (48.05% from 255) = 35.99%
R=33.33%
G=30.68%
B=35.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1131041220.070.1500.522707.9644.31
Hex71687A7F03410e82c
Octal1611501727170644161054
Binary111000111010001111010111111101101001000011101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71687A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71687A; }

 p { color: rgb(113,104,122); }

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

<style>
 a { background-color: #71687A; }

 a { background-color: rgb(113,104,122); }

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

<style>
 span { border-color: #71687A; }

 span { border-color: rgb(113,104,122); }

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