Html Css Color HEX #7D6F77 Monsoon

📋 copy color: '#7D6F77'

red 125 ◦ green 111 ◦ blue 119

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

Shades of Monsoon #7D6F77

Tints of Monsoon #7D6F77

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.27%

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

R = 35.21%
G = 31.27%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.51

RGB Variations

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

Color information

#7D6F77 (or 0x7D6F77) is known color: Monsoon. HEX triplet: 7D, 6F and 77. RGB value is (125,111,119). Sum of RGB (Red+Green+Blue) = 125+111+119=355 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.21% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6F77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6F77 is #829088. Grayscale: #747474. Windows color (decimal): -8556681 or 7827325. OLE color: 7827325.

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

Color convert

RGB 125 111 119 -
CMYK 0 0.11 0.05 0.51
HSL 325.71º 0.06% 0.46% -
HSV(B) 325.71º 0.11% 0.49% -
XYZ 17.47 17.06 19.82 -
YUV 116.1 129.64 134.35 -
System Red Green Blue C M Y K H S L
Decimal 125 111 119 0 0.11 0.05 0.51 325.71 0.06 0.46
Hex 7D 6F 77 0 B 5 33 146 6 2E
Octal 175 157 167 0 13 5 63 506 6 56
Binary 1111101 1101111 1110111 0 1011 101 110011 101000110 110 101110

Color Harmonies of #7D6F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6F77

Black with #7D6F77

Text Example


Text Example

White with #7D6F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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