Html Css Color HEX #7F6674 Monsoon

📋 copy color: '#7F6674'

red 127 ◦ green 102 ◦ blue 116

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

Shades of Monsoon #7F6674

Tints of Monsoon #7F6674

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.57%

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

R = 36.81%
G = 29.57%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#7F6674 (or 0x7F6674) is known color: Monsoon. HEX triplet: 7F, 66 and 74. RGB value is (127,102,116). Sum of RGB (Red+Green+Blue) = 127+102+116=345 (45% of max value = 765). Red value is 127 (50% from 255 or 36.81% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6674 is #80998B. Grayscale: #6F6F6F. Windows color (decimal): -8427916 or 7628415. OLE color: 7628415.

HSL color Cylindrical-coordinate representation of color #7F6674: hue angle of 326.4º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7F6674 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 102 116 -
CMYK 0 0.20 0.09 0.50
HSL 326.4º 0.11% 0.45% -
HSV(B) 326.4º 0.2% 0.5% -
XYZ 16.66 15.28 18.59 -
YUV 111.07 130.78 139.36 -
System Red Green Blue C M Y K H S L
Decimal 127 102 116 0 0.20 0.09 0.50 326.4 0.11 0.45
Hex 7F 66 74 0 14 9 32 146 B 2D
Octal 177 146 164 0 24 11 62 506 13 55
Binary 1111111 1100110 1110100 0 10100 1001 110010 101000110 1011 101101

Color Harmonies of #7F6674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6674

Black with #7F6674

Text Example


Text Example

White with #7F6674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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