Html Css Color HEX #7C757A Monsoon

📋 copy color: '#7C757A'

red 124 ◦ green 117 ◦ blue 122

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

Shades of Monsoon #7C757A

Tints of Monsoon #7C757A

RGB

 RED value IS 124 (48.83% from 255) = 34.16%

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

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

R = 34.16%
G = 32.23%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#7C757A (or 0x7C757A) is known color: Monsoon. HEX triplet: 7C, 75 and 7A. RGB value is (124,117,122). Sum of RGB (Red+Green+Blue) = 124+117+122=363 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.16% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 124 - color contains mainly: red. Hex color #7C757A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C757A is #838A85. Grayscale: #777777. Windows color (decimal): -8620678 or 8025468. OLE color: 8025468.

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

Color convert

RGB 124 117 122 -
CMYK 0 0.06 0.02 0.51
HSL 317.14º 0.03% 0.47% -
HSV(B) 317.14º 0.06% 0.49% -
XYZ 18.19 18.41 21.01 -
YUV 119.66 129.32 131.09 -
System Red Green Blue C M Y K H S L
Decimal 124 117 122 0 0.06 0.02 0.51 317.14 0.03 0.47
Hex 7C 75 7A 0 6 2 33 13D 3 2F
Octal 174 165 172 0 6 2 63 475 3 57
Binary 1111100 1110101 1111010 0 110 10 110011 100111101 11 101111

Color Harmonies of #7C757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C757A

Black with #7C757A

Text Example


Text Example

White with #7C757A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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