#767275

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

Shades of Monsoon #767275

Tints of Monsoon #767275

Color information

#767275 (or 0x767275) is unknown color: approx Monsoon. HEX triplet: 76, 72 and 75. RGB value is (118,114,117). Sum of RGB (Red+Green+Blue) = 118+114+117=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 118 - color contains mainly: red. Hex color #767275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767275 is #898D8A. Grayscale: #737373. Windows color (decimal): -9014667 or 7697014. OLE color: 7697014.

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

Color convert

RGB118114117-
CMYK00.030.010.54
HSL315º1.72%45.49%-
HSV(B)315º3.39%46.27%-
XYZ16.717.1719.26-
YUV115.54128.83129.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.81%
GREEN value IS 114 (44.92% from 255) = 32.66%
BLUE value IS 117 (46.09% from 255) = 33.52%
R=33.81%
G=32.66%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811411700.030.010.543151.7245.49
Hex7672750313613b22d
Octal16616216503166473255
Binary111011011100101110101011111011010011101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767275; }

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

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

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

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

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

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

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

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