Html Css Color HEX #7F6072 Monsoon

📋 copy color: '#7F6072'

red 127 ◦ green 96 ◦ blue 114

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

Shades of Monsoon #7F6072

Tints of Monsoon #7F6072

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.49%

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

R = 37.69%
G = 28.49%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#7F6072 (or 0x7F6072) is known color: Monsoon. HEX triplet: 7F, 60 and 72. RGB value is (127,96,114). Sum of RGB (Red+Green+Blue) = 127+96+114=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6072 is #809F8D. Grayscale: #6B6B6B. Windows color (decimal): -8429454 or 7495807. OLE color: 7495807.

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

Color convert

RGB 127 96 114 -
CMYK 0 0.24 0.10 0.50
HSL 325.16º 0.14% 0.44% -
HSV(B) 325.16º 0.24% 0.5% -
XYZ 15.97 14.09 17.8 -
YUV 107.32 131.77 142.04 -
System Red Green Blue C M Y K H S L
Decimal 127 96 114 0 0.24 0.10 0.50 325.16 0.14 0.44
Hex 7F 60 72 0 18 A 32 145 E 2C
Octal 177 140 162 0 30 12 62 505 16 54
Binary 1111111 1100000 1110010 0 11000 1010 110010 101000101 1110 101100

Color Harmonies of #7F6072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6072

Black with #7F6072

Text Example


Text Example

White with #7F6072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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