Html Css Color HEX #756A71 Monsoon

📋 copy color: '#756A71'

red 117 ◦ green 106 ◦ blue 113

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

Shades of Monsoon #756A71

Tints of Monsoon #756A71

RGB

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

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

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

R = 34.82%
G = 31.55%
B = 33.63%

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

#756A71 (or 0x756A71) is known color: Monsoon. HEX triplet: 75, 6A and 71. RGB value is (117,106,113). Sum of RGB (Red+Green+Blue) = 117+106+113=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 106 (41.80% from 255 or 31.55% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 117 - color contains mainly: red. Hex color #756A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756A71 is #8A958E. Grayscale: #6E6E6E. Windows color (decimal): -9082255 or 7432821. OLE color: 7432821.

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

Color convert

RGB 117 106 113 -
CMYK 0 0.09 0.03 0.54
HSL 321.82º 0.05% 0.44% -
HSV(B) 321.82º 0.09% 0.46% -
XYZ 15.47 15.28 17.76 -
YUV 110.09 129.64 132.93 -
System Red Green Blue C M Y K H S L
Decimal 117 106 113 0 0.09 0.03 0.54 321.82 0.05 0.44
Hex 75 6A 71 0 9 3 36 142 5 2C
Octal 165 152 161 0 11 3 66 502 5 54
Binary 1110101 1101010 1110001 0 1001 11 110110 101000010 101 101100

Color Harmonies of #756A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756A71

Black with #756A71

Text Example


Text Example

White with #756A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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