Html Css Color HEX #7B747A Monsoon

📋 copy color: '#7B747A'

red 123 ◦ green 116 ◦ blue 122

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

Shades of Monsoon #7B747A

Tints of Monsoon #7B747A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.13%

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

R = 34.07%
G = 32.13%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.52

RGB Variations

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

Color information

#7B747A (or 0x7B747A) is known color: Monsoon. HEX triplet: 7B, 74 and 7A. RGB value is (123,116,122). Sum of RGB (Red+Green+Blue) = 123+116+122=361 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.07% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 123 - color contains mainly: red. Hex color #7B747A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B747A is #848B85. Grayscale: #767676. Windows color (decimal): -8686470 or 8025211. OLE color: 8025211.

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

Color convert

RGB 123 116 122 -
CMYK 0 0.06 0.01 0.52
HSL 308.57º 0.03% 0.47% -
HSV(B) 308.57º 0.06% 0.48% -
XYZ 17.93 18.11 20.96 -
YUV 118.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 123 116 122 0 0.06 0.01 0.52 308.57 0.03 0.47
Hex 7B 74 7A 0 6 1 34 135 3 2F
Octal 173 164 172 0 6 1 64 465 3 57
Binary 1111011 1110100 1111010 0 110 1 110100 100110101 11 101111

Color Harmonies of #7B747A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B747A

Black with #7B747A

Text Example


Text Example

White with #7B747A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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