Html Css Color HEX #7F6374 Monsoon

📋 copy color: '#7F6374'

red 127 ◦ green 99 ◦ blue 116

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

Shades of Monsoon #7F6374

Tints of Monsoon #7F6374

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.95%

 BLUE value IS 116 (45.7% from 255) = 33.92%

R = 37.13%
G = 28.95%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#7F6374 (or 0x7F6374) is known color: Monsoon. HEX triplet: 7F, 63 and 74. RGB value is (127,99,116). Sum of RGB (Red+Green+Blue) = 127+99+116=342 (45% of max value = 765). Red value is 127 (50% from 255 or 37.13% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6374 is #809C8B. Grayscale: #6D6D6D. Windows color (decimal): -8428684 or 7627647. OLE color: 7627647.

HSL color Cylindrical-coordinate representation of color #7F6374: hue angle of 323.57º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7F6374 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 99 116 -
CMYK 0 0.22 0.09 0.50
HSL 323.57º 0.12% 0.44% -
HSV(B) 323.57º 0.22% 0.5% -
XYZ 16.37 14.7 18.5 -
YUV 109.31 131.78 140.62 -
System Red Green Blue C M Y K H S L
Decimal 127 99 116 0 0.22 0.09 0.50 323.57 0.12 0.44
Hex 7F 63 74 0 16 9 32 144 C 2C
Octal 177 143 164 0 26 11 62 504 14 54
Binary 1111111 1100011 1110100 0 10110 1001 110010 101000100 1100 101100

Color Harmonies of #7F6374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6374

Black with #7F6374

Text Example


Text Example

White with #7F6374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,99,116); }

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

background-color css

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

 a { background-color: rgb(127,99,116); }

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

border-color css

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

 span { border-color: rgb(127,99,116); }

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