Html Css Color HEX #756C73 Monsoon

📋 copy color: '#756C73'

red 117 ◦ green 108 ◦ blue 115

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

Shades of Monsoon #756C73

Tints of Monsoon #756C73

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.76%

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

R = 34.41%
G = 31.76%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#756C73 (or 0x756C73) is known color: Monsoon. HEX triplet: 75, 6C and 73. RGB value is (117,108,115). Sum of RGB (Red+Green+Blue) = 117+108+115=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 108 (42.58% from 255 or 31.76% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 117 - color contains mainly: red. Hex color #756C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756C73 is #8A938C. Grayscale: #6F6F6F. Windows color (decimal): -9081741 or 7564405. OLE color: 7564405.

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

Color convert

RGB 117 108 115 -
CMYK 0 0.08 0.02 0.54
HSL 313.33º 0.04% 0.44% -
HSV(B) 313.33º 0.08% 0.46% -
XYZ 15.79 15.74 18.43 -
YUV 111.49 129.98 131.93 -
System Red Green Blue C M Y K H S L
Decimal 117 108 115 0 0.08 0.02 0.54 313.33 0.04 0.44
Hex 75 6C 73 0 8 2 36 139 4 2C
Octal 165 154 163 0 10 2 66 471 4 54
Binary 1110101 1101100 1110011 0 1000 10 110110 100111001 100 101100

Color Harmonies of #756C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756C73

Black with #756C73

Text Example


Text Example

White with #756C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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