Html Css Color HEX #756D73 Monsoon

📋 copy color: '#756D73'

red 117 ◦ green 109 ◦ blue 115

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

Shades of Monsoon #756D73

Tints of Monsoon #756D73

RGB

 RED value IS 117 (46.09% from 255) = 34.31%

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

 BLUE value IS 115 (45.31% from 255) = 33.72%

R = 34.31%
G = 31.96%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#756D73 (or 0x756D73) is known color: Monsoon. HEX triplet: 75, 6D and 73. RGB value is (117,109,115). Sum of RGB (Red+Green+Blue) = 117+109+115=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 117 - color contains mainly: red. Hex color #756D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756D73 is #8A928C. Grayscale: #707070. Windows color (decimal): -9081485 or 7564661. OLE color: 7564661.

HSL color Cylindrical-coordinate representation of color #756D73: hue angle of 315º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #756D73 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 109 115 -
CMYK 0 0.07 0.02 0.54
HSL 315º 0.04% 0.44% -
HSV(B) 315º 0.07% 0.46% -
XYZ 15.9 15.96 18.46 -
YUV 112.08 129.65 131.51 -
System Red Green Blue C M Y K H S L
Decimal 117 109 115 0 0.07 0.02 0.54 315 0.04 0.44
Hex 75 6D 73 0 7 2 36 13B 4 2C
Octal 165 155 163 0 7 2 66 473 4 54
Binary 1110101 1101101 1110011 0 111 10 110110 100111011 100 101100

Color Harmonies of #756D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756D73

Black with #756D73

Text Example


Text Example

White with #756D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756D73; }

 p { color: rgb(117,109,115); }

 H1.HeaderClassName
 {
   color: #756D73;
 }
 .AnyTagClassName
 {
   color: #756D73;
 }
</style>

background-color css

<style>
 a { background-color: #756D73; }

 a { background-color: rgb(117,109,115); }

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

border-color css

<style>
 span { border-color: #756D73; }

 span { border-color: rgb(117,109,115); }

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