Html Css Color HEX #7D7A7C Monsoon

📋 copy color: '#7D7A7C'

red 125 ◦ green 122 ◦ blue 124

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

Shades of Monsoon #7D7A7C

Tints of Monsoon #7D7A7C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.88%

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

R = 33.69%
G = 32.88%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.01

 K value IS 0.51

RGB Variations

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

Color information

#7D7A7C (or 0x7D7A7C) is known color: Monsoon. HEX triplet: 7D, 7A and 7C. RGB value is (125,122,124). Sum of RGB (Red+Green+Blue) = 125+122+124=371 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.69% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7A7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7A7C is #828583. Grayscale: #7B7B7B. Windows color (decimal): -8553860 or 8157821. OLE color: 8157821.

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

Color convert

RGB 125 122 124 -
CMYK 0 0.02 0.01 0.51
HSL 320º 0.01% 0.48% -
HSV(B) 320º 0.02% 0.49% -
XYZ 19.06 19.73 21.87 -
YUV 123.13 128.49 129.34 -
System Red Green Blue C M Y K H S L
Decimal 125 122 124 0 0.02 0.01 0.51 320 0.01 0.48
Hex 7D 7A 7C 0 2 1 33 140 1 30
Octal 175 172 174 0 2 1 63 500 1 60
Binary 1111101 1111010 1111100 0 10 1 110011 101000000 1 110000

Color Harmonies of #7D7A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7A7C

Black with #7D7A7C

Text Example


Text Example

White with #7D7A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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