Html Css Color HEX #756A70 Monsoon

📋 copy color: '#756A70'

red 117 ◦ green 106 ◦ blue 112

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

Shades of Monsoon #756A70

Tints of Monsoon #756A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.43%

R = 34.93%
G = 31.64%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#756A70 (or 0x756A70) is known color: Monsoon. HEX triplet: 75, 6A and 70. RGB value is (117,106,112). Sum of RGB (Red+Green+Blue) = 117+106+112=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 117 - color contains mainly: red. Hex color #756A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756A70 is #8A958F. Grayscale: #6D6D6D. Windows color (decimal): -9082256 or 7367285. OLE color: 7367285.

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

Color convert

RGB 117 106 112 -
CMYK 0 0.09 0.04 0.54
HSL 327.27º 0.05% 0.44% -
HSV(B) 327.27º 0.09% 0.46% -
XYZ 15.41 15.26 17.46 -
YUV 109.97 129.14 133.01 -
System Red Green Blue C M Y K H S L
Decimal 117 106 112 0 0.09 0.04 0.54 327.27 0.05 0.44
Hex 75 6A 70 0 9 4 36 147 5 2C
Octal 165 152 160 0 11 4 66 507 5 54
Binary 1110101 1101010 1110000 0 1001 100 110110 101000111 101 101100

Color Harmonies of #756A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756A70

Black with #756A70

Text Example


Text Example

White with #756A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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