Html Css Color HEX #756972 Monsoon

📋 copy color: '#756972'

red 117 ◦ green 105 ◦ blue 114

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

Shades of Monsoon #756972

Tints of Monsoon #756972

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.25%

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

R = 34.82%
G = 31.25%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#756972 (or 0x756972) is known color: Monsoon. HEX triplet: 75, 69 and 72. RGB value is (117,105,114). Sum of RGB (Red+Green+Blue) = 117+105+114=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 117 - color contains mainly: red. Hex color #756972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756972 is #8A968D. Grayscale: #6D6D6D. Windows color (decimal): -9082510 or 7498101. OLE color: 7498101.

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

Color convert

RGB 117 105 114 -
CMYK 0 0.10 0.03 0.54
HSL 315º 0.05% 0.44% -
HSV(B) 315º 0.1% 0.46% -
XYZ 15.42 15.1 18.02 -
YUV 109.61 130.48 133.27 -
System Red Green Blue C M Y K H S L
Decimal 117 105 114 0 0.10 0.03 0.54 315 0.05 0.44
Hex 75 69 72 0 A 3 36 13B 5 2C
Octal 165 151 162 0 12 3 66 473 5 54
Binary 1110101 1101001 1110010 0 1010 11 110110 100111011 101 101100

Color Harmonies of #756972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756972

Black with #756972

Text Example


Text Example

White with #756972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756972; }

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

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

background-color css

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

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

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

border-color css

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

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

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