#7B757A

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

Shades of Monsoon #7B757A

Tints of Monsoon #7B757A

Color information

#7B757A (or 0x7B757A) is unknown color: approx Monsoon. HEX triplet: 7B, 75 and 7A. RGB value is (123,117,122). Sum of RGB (Red+Green+Blue) = 123+117+122=362 (47% of max value = 765). Red value is 123 (48.44% from 255 or 33.98% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 123 - color contains mainly: red. Hex color #7B757A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B757A is #848A85. Grayscale: #777777. Windows color (decimal): -8686214 or 8025467. OLE color: 8025467.

HSL color Cylindrical-coordinate representation of color #7B757A: hue angle of 310º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #7B757A is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.52.

Color convert

RGB123117122-
CMYK00.050.010.52
HSL310º2.5%47.06%-
HSV(B)310º4.88%48.24%-
XYZ18.0418.3421-
YUV119.36129.49130.59-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.98%
GREEN value IS 117 (46.09% from 255) = 32.32%
BLUE value IS 122 (48.05% from 255) = 33.70%
R=33.98%
G=32.32%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12311712200.050.010.523102.547.06
Hex7B757A0513413622f
Octal17316517205164466257
Binary1111011111010111110100101111010010011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B757A; }

 p { color: rgb(123,117,122); }

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

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

 a { background-color: rgb(123,117,122); }

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

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

 span { border-color: rgb(123,117,122); }

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