Html Css Color HEX #756E73 Monsoon

📋 copy color: '#756E73'

red 117 ◦ green 110 ◦ blue 115

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

Shades of Monsoon #756E73

Tints of Monsoon #756E73

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.16%

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

R = 34.21%
G = 32.16%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#756E73 (or 0x756E73) is known color: Monsoon. HEX triplet: 75, 6E and 73. RGB value is (117,110,115). Sum of RGB (Red+Green+Blue) = 117+110+115=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 117 - color contains mainly: red. Hex color #756E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756E73 is #8A918C. Grayscale: #707070. Windows color (decimal): -9081229 or 7564917. OLE color: 7564917.

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

Color convert

RGB 117 110 115 -
CMYK 0 0.06 0.02 0.54
HSL 317.14º 0.03% 0.45% -
HSV(B) 317.14º 0.06% 0.46% -
XYZ 16.01 16.17 18.5 -
YUV 112.66 129.32 131.09 -
System Red Green Blue C M Y K H S L
Decimal 117 110 115 0 0.06 0.02 0.54 317.14 0.03 0.45
Hex 75 6E 73 0 6 2 36 13D 3 2D
Octal 165 156 163 0 6 2 66 475 3 55
Binary 1110101 1101110 1110011 0 110 10 110110 100111101 11 101101

Color Harmonies of #756E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756E73

Black with #756E73

Text Example


Text Example

White with #756E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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