Html Css Color HEX #7E757A Monsoon

📋 copy color: '#7E757A'

red 126 ◦ green 117 ◦ blue 122

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

Shades of Monsoon #7E757A

Tints of Monsoon #7E757A

RGB

 RED value IS 126 (49.61% from 255) = 34.52%

 GREEN value IS 117 (46.09% from 255) = 32.05%

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

R = 34.52%
G = 32.05%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.03

 K value IS 0.51

RGB Variations

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

Color information

#7E757A (or 0x7E757A) is known color: Monsoon. HEX triplet: 7E, 75 and 7A. RGB value is (126,117,122). Sum of RGB (Red+Green+Blue) = 126+117+122=365 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.52% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 126 - color contains mainly: red. Hex color #7E757A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E757A is #818A85. Grayscale: #787878. Windows color (decimal): -8489606 or 8025470. OLE color: 8025470.

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

Color convert

RGB 126 117 122 -
CMYK 0 0.07 0.03 0.51
HSL 326.67º 0.04% 0.48% -
HSV(B) 326.67º 0.07% 0.49% -
XYZ 18.48 18.56 21.02 -
YUV 120.26 128.98 132.09 -
System Red Green Blue C M Y K H S L
Decimal 126 117 122 0 0.07 0.03 0.51 326.67 0.04 0.48
Hex 7E 75 7A 0 7 3 33 147 4 30
Octal 176 165 172 0 7 3 63 507 4 60
Binary 1111110 1110101 1111010 0 111 11 110011 101000111 100 110000

Color Harmonies of #7E757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E757A

Black with #7E757A

Text Example


Text Example

White with #7E757A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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