Html Css Color HEX #7B737A Monsoon

📋 copy color: '#7B737A'

red 123 ◦ green 115 ◦ blue 122

#7B737A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Monsoon #7B737A

Tints of Monsoon #7B737A

RGB

 RED value IS 123 (48.44% from 255) = 34.17%

 GREEN value IS 115 (45.31% from 255) = 31.94%

 BLUE value IS 122 (48.05% from 255) = 33.89%

R = 34.17%
G = 31.94%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.52

RGB Variations

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

Color information

#7B737A (or 0x7B737A) is known color: Monsoon. HEX triplet: 7B, 73 and 7A. RGB value is (123,115,122). Sum of RGB (Red+Green+Blue) = 123+115+122=360 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.17% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 123 - color contains mainly: red. Hex color #7B737A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B737A is #848C85. Grayscale: #767676. Windows color (decimal): -8686726 or 8024955. OLE color: 8024955.

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

Color convert

RGB 123 115 122 -
CMYK 0 0.07 0.01 0.52
HSL 307.5º 0.03% 0.47% -
HSV(B) 307.5º 0.07% 0.48% -
XYZ 17.81 17.88 20.92 -
YUV 118.19 130.15 131.43 -
System Red Green Blue C M Y K H S L
Decimal 123 115 122 0 0.07 0.01 0.52 307.5 0.03 0.47
Hex 7B 73 7A 0 7 1 34 134 3 2F
Octal 173 163 172 0 7 1 64 464 3 57
Binary 1111011 1110011 1111010 0 111 1 110100 100110100 11 101111

Color Harmonies of #7B737A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B737A

Black with #7B737A

Text Example


Text Example

White with #7B737A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7B737A;
 }
 .AnyTagClassName
 {
   color: #7B737A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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