#72686E

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

Shades of Monsoon #72686E

Tints of Monsoon #72686E

Color information

#72686E (or 0x72686E) is unknown color: approx Monsoon. HEX triplet: 72, 68 and 6E. RGB value is (114,104,110). Sum of RGB (Red+Green+Blue) = 114+104+110=328 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.76% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 114 - color contains mainly: red. Hex color #72686E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72686E is #8D9791. Grayscale: #6B6B6B. Windows color (decimal): -9279378 or 7235698. OLE color: 7235698.

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

Color convert

RGB114104110-
CMYK00.090.040.55
HSL324º4.59%42.75%-
HSV(B)324º8.77%44.71%-
XYZ14.714.616.8-
YUV107.67129.31132.51-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.76%
GREEN value IS 104 (41.02% from 255) = 31.71%
BLUE value IS 110 (43.36% from 255) = 33.54%
R=34.76%
G=31.71%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11410411000.090.040.553244.5942.75
Hex72686E0943714452b
Octal162150156011467504553
Binary11100101101000110111001001100110111101000100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72686E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72686E; }

 p { color: rgb(114,104,110); }

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

<style>
 a { background-color: #72686E; }

 a { background-color: rgb(114,104,110); }

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

<style>
 span { border-color: #72686E; }

 span { border-color: rgb(114,104,110); }

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