Html Css Color HEX #7D6D7A Monsoon

📋 copy color: '#7D6D7A'

red 125 ◦ green 109 ◦ blue 122

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

Shades of Monsoon #7D6D7A

Tints of Monsoon #7D6D7A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.62%

 BLUE value IS 122 (48.05% from 255) = 34.27%

R = 35.11%
G = 30.62%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#7D6D7A (or 0x7D6D7A) is known color: Monsoon. HEX triplet: 7D, 6D and 7A. RGB value is (125,109,122). Sum of RGB (Red+Green+Blue) = 125+109+122=356 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.11% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6D7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6D7A is #829285. Grayscale: #737373. Windows color (decimal): -8557190 or 8023421. OLE color: 8023421.

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

Color convert

RGB 125 109 122 -
CMYK 0 0.13 0.02 0.51
HSL 311.25º 0.07% 0.46% -
HSV(B) 311.25º 0.13% 0.49% -
XYZ 17.44 16.7 20.72 -
YUV 115.27 131.8 134.94 -
System Red Green Blue C M Y K H S L
Decimal 125 109 122 0 0.13 0.02 0.51 311.25 0.07 0.46
Hex 7D 6D 7A 0 D 2 33 137 7 2E
Octal 175 155 172 0 15 2 63 467 7 56
Binary 1111101 1101101 1111010 0 1101 10 110011 100110111 111 101110

Color Harmonies of #7D6D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6D7A

Black with #7D6D7A

Text Example


Text Example

White with #7D6D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,109,122); }

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

background-color css

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

 a { background-color: rgb(125,109,122); }

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

border-color css

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

 span { border-color: rgb(125,109,122); }

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