Html Css Color HEX #7F6274 Monsoon

📋 copy color: '#7F6274'

red 127 ◦ green 98 ◦ blue 116

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

Shades of Monsoon #7F6274

Tints of Monsoon #7F6274

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.74%

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

R = 37.24%
G = 28.74%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#7F6274 (or 0x7F6274) is known color: Monsoon. HEX triplet: 7F, 62 and 74. RGB value is (127,98,116). Sum of RGB (Red+Green+Blue) = 127+98+116=341 (45% of max value = 765). Red value is 127 (50% from 255 or 37.24% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6274 is #809D8B. Grayscale: #6C6C6C. Windows color (decimal): -8428940 or 7627391. OLE color: 7627391.

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

Color convert

RGB 127 98 116 -
CMYK 0 0.23 0.09 0.50
HSL 322.76º 0.13% 0.44% -
HSV(B) 322.76º 0.23% 0.5% -
XYZ 16.27 14.51 18.47 -
YUV 108.72 132.11 141.04 -
System Red Green Blue C M Y K H S L
Decimal 127 98 116 0 0.23 0.09 0.50 322.76 0.13 0.44
Hex 7F 62 74 0 17 9 32 143 D 2C
Octal 177 142 164 0 27 11 62 503 15 54
Binary 1111111 1100010 1110100 0 10111 1001 110010 101000011 1101 101100

Color Harmonies of #7F6274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6274

Black with #7F6274

Text Example


Text Example

White with #7F6274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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