#78626F

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

Shades of Monsoon #78626F

Tints of Monsoon #78626F

Color information

#78626F (or 0x78626F) is unknown color: approx Monsoon. HEX triplet: 78, 62 and 6F. RGB value is (120,98,111). Sum of RGB (Red+Green+Blue) = 120+98+111=329 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.47% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 120 - color contains mainly: red. Hex color #78626F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78626F is #879D90. Grayscale: #6A6A6A. Windows color (decimal): -8887697 or 7299704. OLE color: 7299704.

HSL color Cylindrical-coordinate representation of color #78626F: hue angle of 324.55º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #78626F is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB12098111-
CMYK00.180.080.53
HSL324.55º10.09%42.75%-
HSV(B)324.55º18.33%47.06%-
XYZ14.9813.8816.93-
YUV106.06130.79137.94-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.47%
GREEN value IS 98 (38.67% from 255) = 29.79%
BLUE value IS 111 (43.75% from 255) = 33.74%
R=36.47%
G=29.79%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1209811100.180.080.53324.5510.0942.75
Hex78626F012835145a2b
Octal17014215702210655051253
Binary11110001100010110111101001010001101011010001011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78626F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,98,111); }

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

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

 a { background-color: rgb(120,98,111); }

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

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

 span { border-color: rgb(120,98,111); }

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