Html Css Color HEX #7D747A Monsoon

📋 copy color: '#7D747A'

red 125 ◦ green 116 ◦ blue 122

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

Shades of Monsoon #7D747A

Tints of Monsoon #7D747A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.96%

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

R = 34.44%
G = 31.96%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#7D747A (or 0x7D747A) is known color: Monsoon. HEX triplet: 7D, 74 and 7A. RGB value is (125,116,122). Sum of RGB (Red+Green+Blue) = 125+116+122=363 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.44% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 125 - color contains mainly: red. Hex color #7D747A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D747A is #828B85. Grayscale: #777777. Windows color (decimal): -8555398 or 8025213. OLE color: 8025213.

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

Color convert

RGB 125 116 122 -
CMYK 0 0.07 0.02 0.51
HSL 320º 0.04% 0.47% -
HSV(B) 320º 0.07% 0.49% -
XYZ 18.22 18.26 20.98 -
YUV 119.38 129.48 132.01 -
System Red Green Blue C M Y K H S L
Decimal 125 116 122 0 0.07 0.02 0.51 320 0.04 0.47
Hex 7D 74 7A 0 7 2 33 140 4 2F
Octal 175 164 172 0 7 2 63 500 4 57
Binary 1111101 1110100 1111010 0 111 10 110011 101000000 100 101111

Color Harmonies of #7D747A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D747A

Black with #7D747A

Text Example


Text Example

White with #7D747A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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