Html Css Color HEX #756A72 Monsoon

📋 copy color: '#756A72'

red 117 ◦ green 106 ◦ blue 114

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

Shades of Monsoon #756A72

Tints of Monsoon #756A72

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.45%

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

R = 34.72%
G = 31.45%
B = 33.83%

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

#756A72 (or 0x756A72) is known color: Monsoon. HEX triplet: 75, 6A and 72. RGB value is (117,106,114). Sum of RGB (Red+Green+Blue) = 117+106+114=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 106 (41.80% from 255 or 31.45% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 117 - color contains mainly: red. Hex color #756A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756A72 is #8A958D. Grayscale: #6E6E6E. Windows color (decimal): -9082254 or 7498357. OLE color: 7498357.

HSL color Cylindrical-coordinate representation of color #756A72: hue angle of 316.36º degrees, saturation: 0.05, 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 #756A72 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 106 114 -
CMYK 0 0.09 0.03 0.54
HSL 316.36º 0.05% 0.44% -
HSV(B) 316.36º 0.09% 0.46% -
XYZ 15.53 15.3 18.06 -
YUV 110.2 130.14 132.85 -
System Red Green Blue C M Y K H S L
Decimal 117 106 114 0 0.09 0.03 0.54 316.36 0.05 0.44
Hex 75 6A 72 0 9 3 36 13C 5 2C
Octal 165 152 162 0 11 3 66 474 5 54
Binary 1110101 1101010 1110010 0 1001 11 110110 100111100 101 101100

Color Harmonies of #756A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756A72

Black with #756A72

Text Example


Text Example

White with #756A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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