Html Css Color HEX #7B767A Monsoon

📋 copy color: '#7B767A'

red 123 ◦ green 118 ◦ blue 122

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

Shades of Monsoon #7B767A

Tints of Monsoon #7B767A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.51%

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

R = 33.88%
G = 32.51%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.01

 K value IS 0.52

RGB Variations

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

Color information

#7B767A (or 0x7B767A) is known color: Monsoon. HEX triplet: 7B, 76 and 7A. RGB value is (123,118,122). Sum of RGB (Red+Green+Blue) = 123+118+122=363 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.88% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 123 - color contains mainly: red. Hex color #7B767A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B767A is #848985. Grayscale: #777777. Windows color (decimal): -8685958 or 8025723. OLE color: 8025723.

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

Color convert

RGB 123 118 122 -
CMYK 0 0.04 0.01 0.52
HSL 312º 0.02% 0.47% -
HSV(B) 312º 0.04% 0.48% -
XYZ 18.16 18.57 21.04 -
YUV 119.95 129.16 130.17 -
System Red Green Blue C M Y K H S L
Decimal 123 118 122 0 0.04 0.01 0.52 312 0.02 0.47
Hex 7B 76 7A 0 4 1 34 138 2 2F
Octal 173 166 172 0 4 1 64 470 2 57
Binary 1111011 1110110 1111010 0 100 1 110100 100111000 10 101111

Color Harmonies of #7B767A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B767A

Black with #7B767A

Text Example


Text Example

White with #7B767A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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