Html Css Color HEX #7D6E76 Monsoon

📋 copy color: '#7D6E76'

red 125 ◦ green 110 ◦ blue 118

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

Shades of Monsoon #7D6E76

Tints of Monsoon #7D6E76

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.16%

 BLUE value IS 118 (46.48% from 255) = 33.43%

R = 35.41%
G = 31.16%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#7D6E76 (or 0x7D6E76) is known color: Monsoon. HEX triplet: 7D, 6E and 76. RGB value is (125,110,118). Sum of RGB (Red+Green+Blue) = 125+110+118=353 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.41% from 353); Green value is 110 (43.36% from 255 or 31.16% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6E76 is #829189. Grayscale: #737373. Windows color (decimal): -8556938 or 7761533. OLE color: 7761533.

HSL color Cylindrical-coordinate representation of color #7D6E76: hue angle of 328º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7D6E76 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 110 118 -
CMYK 0 0.12 0.06 0.51
HSL 328º 0.06% 0.46% -
HSV(B) 328º 0.12% 0.49% -
XYZ 17.3 16.82 19.47 -
YUV 115.4 129.47 134.85 -
System Red Green Blue C M Y K H S L
Decimal 125 110 118 0 0.12 0.06 0.51 328 0.06 0.46
Hex 7D 6E 76 0 C 6 33 148 6 2E
Octal 175 156 166 0 14 6 63 510 6 56
Binary 1111101 1101110 1110110 0 1100 110 110011 101001000 110 101110

Color Harmonies of #7D6E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6E76

Black with #7D6E76

Text Example


Text Example

White with #7D6E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,110,118); }

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

background-color css

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

 a { background-color: rgb(125,110,118); }

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

border-color css

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

 span { border-color: rgb(125,110,118); }

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