Html Css Color HEX #736970 Monsoon

📋 copy color: '#736970'

red 115 ◦ green 105 ◦ blue 112

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

Shades of Monsoon #736970

Tints of Monsoon #736970

RGB

 RED value IS 115 (45.31% from 255) = 34.64%

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

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

R = 34.64%
G = 31.63%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#736970 (or 0x736970) is known color: Monsoon. HEX triplet: 73, 69 and 70. RGB value is (115,105,112). Sum of RGB (Red+Green+Blue) = 115+105+112=332 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.64% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 115 - color contains mainly: red. Hex color #736970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736970 is #8C968F. Grayscale: #6C6C6C. Windows color (decimal): -9213584 or 7367027. OLE color: 7367027.

HSL color Cylindrical-coordinate representation of color #736970: hue angle of 318º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #736970 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 105 112 -
CMYK 0 0.09 0.03 0.55
HSL 318º 0.05% 0.43% -
HSV(B) 318º 0.09% 0.45% -
XYZ 15.05 14.92 17.42 -
YUV 108.79 129.81 132.43 -
System Red Green Blue C M Y K H S L
Decimal 115 105 112 0 0.09 0.03 0.55 318 0.05 0.43
Hex 73 69 70 0 9 3 37 13E 5 2B
Octal 163 151 160 0 11 3 67 476 5 53
Binary 1110011 1101001 1110000 0 1001 11 110111 100111110 101 101011

Color Harmonies of #736970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736970

Black with #736970

Text Example


Text Example

White with #736970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736970; }

 p { color: rgb(115,105,112); }

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

background-color css

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

 a { background-color: rgb(115,105,112); }

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

border-color css

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

 span { border-color: rgb(115,105,112); }

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