Html Css Color HEX #756B72 Monsoon

📋 copy color: '#756B72'

red 117 ◦ green 107 ◦ blue 114

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

Shades of Monsoon #756B72

Tints of Monsoon #756B72

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.66%

 BLUE value IS 114 (44.92% from 255) = 33.73%

R = 34.62%
G = 31.66%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#756B72 (or 0x756B72) is known color: Monsoon. HEX triplet: 75, 6B and 72. RGB value is (117,107,114). Sum of RGB (Red+Green+Blue) = 117+107+114=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 107 (42.19% from 255 or 31.66% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 117 - color contains mainly: red. Hex color #756B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756B72 is #8A948D. Grayscale: #6E6E6E. Windows color (decimal): -9081998 or 7498613. OLE color: 7498613.

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

Color convert

RGB 117 107 114 -
CMYK 0 0.09 0.03 0.54
HSL 318º 0.04% 0.44% -
HSV(B) 318º 0.09% 0.46% -
XYZ 15.63 15.51 18.09 -
YUV 110.79 129.81 132.43 -
System Red Green Blue C M Y K H S L
Decimal 117 107 114 0 0.09 0.03 0.54 318 0.04 0.44
Hex 75 6B 72 0 9 3 36 13E 4 2C
Octal 165 153 162 0 11 3 66 476 4 54
Binary 1110101 1101011 1110010 0 1001 11 110110 100111110 100 101100

Color Harmonies of #756B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756B72

Black with #756B72

Text Example


Text Example

White with #756B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,107,114); }

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

background-color css

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

 a { background-color: rgb(117,107,114); }

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

border-color css

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

 span { border-color: rgb(117,107,114); }

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