Html Css Color HEX #7F5F72 Monsoon

📋 copy color: '#7F5F72'

red 127 ◦ green 95 ◦ blue 114

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

Shades of Monsoon #7F5F72

Tints of Monsoon #7F5F72

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.27%

 BLUE value IS 114 (44.92% from 255) = 33.93%

R = 37.8%
G = 28.27%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#7F5F72 (or 0x7F5F72) is known color: Monsoon. HEX triplet: 7F, 5F and 72. RGB value is (127,95,114). Sum of RGB (Red+Green+Blue) = 127+95+114=336 (44% of max value = 765). Red value is 127 (50% from 255 or 37.80% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5F72 is #80A08D. Grayscale: #6A6A6A. Windows color (decimal): -8429710 or 7495551. OLE color: 7495551.

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

Color convert

RGB 127 95 114 -
CMYK 0 0.25 0.10 0.50
HSL 324.38º 0.14% 0.44% -
HSV(B) 324.38º 0.25% 0.5% -
XYZ 15.88 13.91 17.77 -
YUV 106.73 132.1 142.46 -
System Red Green Blue C M Y K H S L
Decimal 127 95 114 0 0.25 0.10 0.50 324.38 0.14 0.44
Hex 7F 5F 72 0 19 A 32 144 E 2C
Octal 177 137 162 0 31 12 62 504 16 54
Binary 1111111 1011111 1110010 0 11001 1010 110010 101000100 1110 101100

Color Harmonies of #7F5F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5F72

Black with #7F5F72

Text Example


Text Example

White with #7F5F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,95,114); }

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

background-color css

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

 a { background-color: rgb(127,95,114); }

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

border-color css

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

 span { border-color: rgb(127,95,114); }

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