Html Css Color HEX #7D6E77 Monsoon

📋 copy color: '#7D6E77'

red 125 ◦ green 110 ◦ blue 119

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

Shades of Monsoon #7D6E77

Tints of Monsoon #7D6E77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.62%

R = 35.31%
G = 31.07%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.51

RGB Variations

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

Color information

#7D6E77 (or 0x7D6E77) is known color: Monsoon. HEX triplet: 7D, 6E and 77. RGB value is (125,110,119). Sum of RGB (Red+Green+Blue) = 125+110+119=354 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.31% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 119 (46.88% from 255 or 33.62% from 354); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6E77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6E77 is #829188. Grayscale: #737373. Windows color (decimal): -8556937 or 7827069. OLE color: 7827069.

HSL color Cylindrical-coordinate representation of color #7D6E77: hue angle of 324º 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 #7D6E77 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 110 119 -
CMYK 0 0.12 0.05 0.51
HSL 324º 0.06% 0.46% -
HSV(B) 324º 0.12% 0.49% -
XYZ 17.36 16.84 19.79 -
YUV 115.51 129.97 134.77 -
System Red Green Blue C M Y K H S L
Decimal 125 110 119 0 0.12 0.05 0.51 324 0.06 0.46
Hex 7D 6E 77 0 C 5 33 144 6 2E
Octal 175 156 167 0 14 5 63 504 6 56
Binary 1111101 1101110 1110111 0 1100 101 110011 101000100 110 101110

Color Harmonies of #7D6E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6E77

Black with #7D6E77

Text Example


Text Example

White with #7D6E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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