Html Css Color HEX #7D787C Monsoon

📋 copy color: '#7D787C'

red 125 ◦ green 120 ◦ blue 124

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

Shades of Monsoon #7D787C

Tints of Monsoon #7D787C

RGB

 RED value IS 125 (49.22% from 255) = 33.88%

 GREEN value IS 120 (47.27% from 255) = 32.52%

 BLUE value IS 124 (48.83% from 255) = 33.6%

R = 33.88%
G = 32.52%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.01

 K value IS 0.51

RGB Variations

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

Color information

#7D787C (or 0x7D787C) is known color: Monsoon. HEX triplet: 7D, 78 and 7C. RGB value is (125,120,124). Sum of RGB (Red+Green+Blue) = 125+120+124=369 (48% of max value = 765). Red value is 125 (49.22% from 255 or 33.88% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 125 - color contains mainly: red. Hex color #7D787C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D787C is #828783. Grayscale: #797979. Windows color (decimal): -8554372 or 8157309. OLE color: 8157309.

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

Color convert

RGB 125 120 124 -
CMYK 0 0.04 0.01 0.51
HSL 312º 0.02% 0.48% -
HSV(B) 312º 0.04% 0.49% -
XYZ 18.81 19.25 21.79 -
YUV 121.95 129.16 130.17 -
System Red Green Blue C M Y K H S L
Decimal 125 120 124 0 0.04 0.01 0.51 312 0.02 0.48
Hex 7D 78 7C 0 4 1 33 138 2 30
Octal 175 170 174 0 4 1 63 470 2 60
Binary 1111101 1111000 1111100 0 100 1 110011 100111000 10 110000

Color Harmonies of #7D787C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D787C

Black with #7D787C

Text Example


Text Example

White with #7D787C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,120,124); }

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

background-color css

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

 a { background-color: rgb(125,120,124); }

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

border-color css

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

 span { border-color: rgb(125,120,124); }

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