#716E70

Color #716E70 Monsoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monsoon #716E70

Tints of Monsoon #716E70

Color information

#716E70 (or 0x716E70) is unknown color: approx Monsoon. HEX triplet: 71, 6E and 70. RGB value is (113,110,112). Sum of RGB (Red+Green+Blue) = 113+110+112=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 113 - color contains mainly: red. Hex color #716E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716E70 is #8E918F. Grayscale: #6F6F6F. Windows color (decimal): -9343376 or 7368305. OLE color: 7368305.

HSL color Cylindrical-coordinate representation of color #716E70: hue angle of 320º degrees, saturation: 0.01, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #716E70 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB113110112-
CMYK00.030.010.56
HSL320º1.35%43.73%-
HSV(B)320º2.65%44.31%-
XYZ15.3115.8317.58-
YUV111.12128.49129.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.73%
GREEN value IS 110 (43.36% from 255) = 32.84%
BLUE value IS 112 (44.14% from 255) = 33.43%
R=33.73%
G=32.84%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11311011200.030.010.563201.3543.73
Hex716E700313814012c
Octal16115616003170500154
Binary11100011101110111000001111110001010000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716E70; }

 p { color: rgb(113,110,112); }

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

<style>
 a { background-color: #716E70; }

 a { background-color: rgb(113,110,112); }

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

<style>
 span { border-color: #716E70; }

 span { border-color: rgb(113,110,112); }

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