Html Css Color HEX #7B757A Monsoon

📋 copy color: '#7B757A'

red 123 ◦ green 117 ◦ blue 122

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

Shades of Monsoon #7B757A

Tints of Monsoon #7B757A

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.7%

R = 33.98%
G = 32.32%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.52

RGB Variations

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

Color information

#7B757A (or 0x7B757A) is known color: 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.03, 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

RGB 123 117 122 -
CMYK 0 0.05 0.01 0.52
HSL 310º 0.03% 0.47% -
HSV(B) 310º 0.05% 0.48% -
XYZ 18.04 18.34 21 -
YUV 119.36 129.49 130.59 -
System Red Green Blue C M Y K H S L
Decimal 123 117 122 0 0.05 0.01 0.52 310 0.03 0.47
Hex 7B 75 7A 0 5 1 34 136 2 2F
Octal 173 165 172 0 5 1 64 466 2 57
Binary 1111011 1110101 1111010 0 101 1 110100 100110110 10 101111

Color Harmonies of #7B757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B757A

Black with #7B757A

Text Example


Text Example

White with #7B757A

Text Example


Text Example

HTML Codes & Css Web 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>