Html Css Color HEX #756971 Monsoon

📋 copy color: '#756971'

red 117 ◦ green 105 ◦ blue 113

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

Shades of Monsoon #756971

Tints of Monsoon #756971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 33.73%

R = 34.93%
G = 31.34%
B = 33.73%

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

#756971 (or 0x756971) is known color: Monsoon. HEX triplet: 75, 69 and 71. RGB value is (117,105,113). Sum of RGB (Red+Green+Blue) = 117+105+113=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 117 - color contains mainly: red. Hex color #756971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756971 is #8A968E. Grayscale: #6D6D6D. Windows color (decimal): -9082511 or 7432565. OLE color: 7432565.

HSL color Cylindrical-coordinate representation of color #756971: hue angle of 320º 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 #756971 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 105 113 -
CMYK 0 0.10 0.03 0.54
HSL 320º 0.05% 0.44% -
HSV(B) 320º 0.1% 0.46% -
XYZ 15.37 15.08 17.72 -
YUV 109.5 129.98 133.35 -
System Red Green Blue C M Y K H S L
Decimal 117 105 113 0 0.10 0.03 0.54 320 0.05 0.44
Hex 75 69 71 0 A 3 36 140 5 2C
Octal 165 151 161 0 12 3 66 500 5 54
Binary 1110101 1101001 1110001 0 1010 11 110110 101000000 101 101100

Color Harmonies of #756971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756971

Black with #756971

Text Example


Text Example

White with #756971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756971; }

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

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

background-color css

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

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

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

border-color css

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

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

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