Html Css Color HEX #7F767D Monsoon

📋 copy color: '#7F767D'

red 127 ◦ green 118 ◦ blue 125

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

Shades of Monsoon #7F767D

Tints of Monsoon #7F767D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.89%

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

R = 34.32%
G = 31.89%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#7F767D (or 0x7F767D) is known color: Monsoon. HEX triplet: 7F, 76 and 7D. RGB value is (127,118,125). Sum of RGB (Red+Green+Blue) = 127+118+125=370 (49% of max value = 765). Red value is 127 (50% from 255 or 34.32% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 127 - color contains mainly: red. Hex color #7F767D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F767D is #808982. Grayscale: #797979. Windows color (decimal): -8423811 or 8222335. OLE color: 8222335.

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

Color convert

RGB 127 118 125 -
CMYK 0 0.07 0.02 0.50
HSL 313.33º 0.04% 0.48% -
HSV(B) 313.33º 0.07% 0.5% -
XYZ 18.93 18.95 22.06 -
YUV 121.49 129.98 131.93 -
System Red Green Blue C M Y K H S L
Decimal 127 118 125 0 0.07 0.02 0.50 313.33 0.04 0.48
Hex 7F 76 7D 0 7 2 32 139 4 30
Octal 177 166 175 0 7 2 62 471 4 60
Binary 1111111 1110110 1111101 0 111 10 110010 100111001 100 110000

Color Harmonies of #7F767D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F767D

Black with #7F767D

Text Example


Text Example

White with #7F767D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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