Html Css Color HEX #7F797D Monsoon

📋 copy color: '#7F797D'

red 127 ◦ green 121 ◦ blue 125

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

Shades of Monsoon #7F797D

Tints of Monsoon #7F797D

RGB

 RED value IS 127 (50% from 255) = 34.05%

 GREEN value IS 121 (47.66% from 255) = 32.44%

 BLUE value IS 125 (49.22% from 255) = 33.51%

R = 34.05%
G = 32.44%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#7F797D (or 0x7F797D) is known color: Monsoon. HEX triplet: 7F, 79 and 7D. RGB value is (127,121,125). Sum of RGB (Red+Green+Blue) = 127+121+125=373 (49% of max value = 765). Red value is 127 (50% from 255 or 34.05% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 127 - color contains mainly: red. Hex color #7F797D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F797D is #808682. Grayscale: #7B7B7B. Windows color (decimal): -8423043 or 8223103. OLE color: 8223103.

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

Color convert

RGB 127 121 125 -
CMYK 0 0.05 0.02 0.50
HSL 320º 0.02% 0.49% -
HSV(B) 320º 0.05% 0.5% -
XYZ 19.29 19.67 22.18 -
YUV 123.25 128.99 130.67 -
System Red Green Blue C M Y K H S L
Decimal 127 121 125 0 0.05 0.02 0.50 320 0.02 0.49
Hex 7F 79 7D 0 5 2 32 140 2 31
Octal 177 171 175 0 5 2 62 500 2 61
Binary 1111111 1111001 1111101 0 101 10 110010 101000000 10 110001

Color Harmonies of #7F797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F797D

Black with #7F797D

Text Example


Text Example

White with #7F797D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,121,125); }

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

background-color css

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

 a { background-color: rgb(127,121,125); }

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

border-color css

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

 span { border-color: rgb(127,121,125); }

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