#767274

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

Shades of Monsoon #767274

Tints of Monsoon #767274

Color information

#767274 (or 0x767274) is unknown color: approx Monsoon. HEX triplet: 76, 72 and 74. RGB value is (118,114,116). Sum of RGB (Red+Green+Blue) = 118+114+116=348 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.91% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 118 - color contains mainly: red. Hex color #767274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767274 is #898D8B. Grayscale: #737373. Windows color (decimal): -9014668 or 7631478. OLE color: 7631478.

HSL color Cylindrical-coordinate representation of color #767274: hue angle of 330º 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 #767274 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB118114116-
CMYK00.030.020.54
HSL330º1.72%45.49%-
HSV(B)330º3.39%46.27%-
XYZ16.6417.1518.96-
YUV115.42128.33129.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.91%
GREEN value IS 114 (44.92% from 255) = 32.76%
BLUE value IS 116 (45.70% from 255) = 33.33%
R=33.91%
G=32.76%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811411600.030.020.543301.7245.49
Hex7672740323614a22d
Octal16616216403266512255
Binary1110110111001011101000111011011010100101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767274; }

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

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

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

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

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

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

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

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