Html Css Color HEX #726F71 Monsoon

📋 copy color: '#726F71'

red 114 ◦ green 111 ◦ blue 113

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

Shades of Monsoon #726F71

Tints of Monsoon #726F71

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.84%

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

R = 33.73%
G = 32.84%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#726F71 (or 0x726F71) is known color: Monsoon. HEX triplet: 72, 6F and 71. RGB value is (114,111,113). Sum of RGB (Red+Green+Blue) = 114+111+113=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 114 - color contains mainly: red. Hex color #726F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726F71 is #8D908E. Grayscale: #707070. Windows color (decimal): -9277583 or 7434098. OLE color: 7434098.

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

Color convert

RGB 114 111 113 -
CMYK 0 0.03 0.01 0.55
HSL 320º 0.01% 0.44% -
HSV(B) 320º 0.03% 0.45% -
XYZ 15.6 16.14 17.92 -
YUV 112.13 128.49 129.34 -
System Red Green Blue C M Y K H S L
Decimal 114 111 113 0 0.03 0.01 0.55 320 0.01 0.44
Hex 72 6F 71 0 3 1 37 140 1 2C
Octal 162 157 161 0 3 1 67 500 1 54
Binary 1110010 1101111 1110001 0 11 1 110111 101000000 1 101100

Color Harmonies of #726F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726F71

Black with #726F71

Text Example


Text Example

White with #726F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,111,113); }

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

background-color css

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

 a { background-color: rgb(114,111,113); }

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

border-color css

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

 span { border-color: rgb(114,111,113); }

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