#787275

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

Shades of Monsoon #787275

Tints of Monsoon #787275

Color information

#787275 (or 0x787275) is unknown color: approx Monsoon. HEX triplet: 78, 72 and 75. RGB value is (120,114,117). Sum of RGB (Red+Green+Blue) = 120+114+117=351 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.19% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 120 - color contains mainly: red. Hex color #787275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787275 is #878D8A. Grayscale: #747474. Windows color (decimal): -8883595 or 7697016. OLE color: 7697016.

HSL color Cylindrical-coordinate representation of color #787275: hue angle of 330º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #787275 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB120114117-
CMYK00.050.020.53
HSL330º2.56%45.88%-
HSV(B)330º5%47.06%-
XYZ16.9717.3119.28-
YUV116.14128.49130.76-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.19%
GREEN value IS 114 (44.92% from 255) = 32.48%
BLUE value IS 117 (46.09% from 255) = 33.33%
R=34.19%
G=32.48%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011411700.050.020.533302.5645.88
Hex7872750523514a32e
Octal17016216505265512356
Binary11110001110010111010101011011010110100101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787275; }

 p { color: rgb(120,114,117); }

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

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

 a { background-color: rgb(120,114,117); }

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

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

 span { border-color: rgb(120,114,117); }

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