#72696F

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

Shades of Monsoon #72696F

Tints of Monsoon #72696F

Color information

#72696F (or 0x72696F) is unknown color: approx Monsoon. HEX triplet: 72, 69 and 6F. RGB value is (114,105,111). Sum of RGB (Red+Green+Blue) = 114+105+111=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 114 - color contains mainly: red. Hex color #72696F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72696F is #8D9690. Grayscale: #6C6C6C. Windows color (decimal): -9279121 or 7301490. OLE color: 7301490.

HSL color Cylindrical-coordinate representation of color #72696F: hue angle of 320º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #72696F is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB114105111-
CMYK00.080.030.55
HSL320º4.11%42.94%-
HSV(B)320º7.89%44.71%-
XYZ14.8614.8317.12-
YUV108.38129.48132.01-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.55%
GREEN value IS 105 (41.41% from 255) = 31.82%
BLUE value IS 111 (43.75% from 255) = 33.64%
R=34.55%
G=31.82%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11410511100.080.030.553204.1142.94
Hex72696F0833714042b
Octal162151157010367500453
Binary1110010110100111011110100011110111101000000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,105,111); }

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

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

 a { background-color: rgb(114,105,111); }

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

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

 span { border-color: rgb(114,105,111); }

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