#71667A

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

Shades of Mamba #71667A

Tints of Mamba #71667A

Color information

#71667A (or 0x71667A) is unknown color: approx Mamba. HEX triplet: 71, 66 and 7A. RGB value is (113,102,122). Sum of RGB (Red+Green+Blue) = 113+102+122=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 122 - color contains mainly: blue. Hex color #71667A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71667A is #8E9985. Grayscale: #6B6B6B. Windows color (decimal): -9345414 or 8021617. OLE color: 8021617.

HSL color Cylindrical-coordinate representation of color #71667A: hue angle of 273º 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 #71667A is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB113102122-
CMYK0.070.1600.52
HSL273º8.93%43.92%-
HSV(B)273º16.39%47.84%-
XYZ15.0714.4220.4-
YUV107.57136.14131.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.53%
GREEN value IS 102 (40.23% from 255) = 30.27%
BLUE value IS 122 (48.05% from 255) = 36.20%
R=33.53%
G=30.27%
B=36.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1131021220.070.1600.522738.9343.92
Hex71667A71003411192c
Octal1611461727200644211154
Binary1110001110011011110101111000001101001000100011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71667A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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