Html Css Color HEX #726B70 Monsoon

📋 copy color: '#726B70'

red 114 ◦ green 107 ◦ blue 112

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

Shades of Monsoon #726B70

Tints of Monsoon #726B70

RGB

 RED value IS 114 (44.92% from 255) = 34.23%

 GREEN value IS 107 (42.19% from 255) = 32.13%

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

R = 34.23%
G = 32.13%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#726B70 (or 0x726B70) is known color: Monsoon. HEX triplet: 72, 6B and 70. RGB value is (114,107,112). Sum of RGB (Red+Green+Blue) = 114+107+112=333 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.23% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 112 (44.14% from 255 or 33.63% from 333); Max value from RGB is 114 - color contains mainly: red. Hex color #726B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726B70 is #8D948F. Grayscale: #6D6D6D. Windows color (decimal): -9278608 or 7367538. OLE color: 7367538.

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

Color convert

RGB 114 107 112 -
CMYK 0 0.06 0.02 0.55
HSL 317.14º 0.03% 0.43% -
HSV(B) 317.14º 0.06% 0.45% -
XYZ 15.12 15.26 17.48 -
YUV 109.66 129.32 131.09 -
System Red Green Blue C M Y K H S L
Decimal 114 107 112 0 0.06 0.02 0.55 317.14 0.03 0.43
Hex 72 6B 70 0 6 2 37 13D 3 2B
Octal 162 153 160 0 6 2 67 475 3 53
Binary 1110010 1101011 1110000 0 110 10 110111 100111101 11 101011

Color Harmonies of #726B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726B70

Black with #726B70

Text Example


Text Example

White with #726B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726B70; }

 p { color: rgb(114,107,112); }

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

background-color css

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

 a { background-color: rgb(114,107,112); }

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

border-color css

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

 span { border-color: rgb(114,107,112); }

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