Html Css Color HEX #7D6672 Monsoon

📋 copy color: '#7D6672'

red 125 ◦ green 102 ◦ blue 114

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

Shades of Monsoon #7D6672

Tints of Monsoon #7D6672

RGB

 RED value IS 125 (49.22% from 255) = 36.66%

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

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

R = 36.66%
G = 29.91%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#7D6672 (or 0x7D6672) is known color: Monsoon. HEX triplet: 7D, 66 and 72. RGB value is (125,102,114). Sum of RGB (Red+Green+Blue) = 125+102+114=341 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.66% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6672 is #82998D. Grayscale: #6E6E6E. Windows color (decimal): -8558990 or 7497341. OLE color: 7497341.

HSL color Cylindrical-coordinate representation of color #7D6672: hue angle of 328.7º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7D6672 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 102 114 -
CMYK 0 0.18 0.09 0.51
HSL 328.7º 0.1% 0.45% -
HSV(B) 328.7º 0.18% 0.49% -
XYZ 16.25 15.08 17.97 -
YUV 110.25 130.12 138.52 -
System Red Green Blue C M Y K H S L
Decimal 125 102 114 0 0.18 0.09 0.51 328.7 0.1 0.45
Hex 7D 66 72 0 12 9 33 149 A 2D
Octal 175 146 162 0 22 11 63 511 12 55
Binary 1111101 1100110 1110010 0 10010 1001 110011 101001001 1010 101101

Color Harmonies of #7D6672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6672

Black with #7D6672

Text Example


Text Example

White with #7D6672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,102,114); }

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

background-color css

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

 a { background-color: rgb(125,102,114); }

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

border-color css

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

 span { border-color: rgb(125,102,114); }

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