Html Css Color HEX #726F73 Rum

📋 copy color: '#726F73'

red 114 ◦ green 111 ◦ blue 115

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

Shades of Rum #726F73

Tints of Rum #726F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.82%

R = 33.53%
G = 32.65%
B = 33.82%

CMYK

 C value IS 0.01

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#726F73 (or 0x726F73) is known color: Rum. HEX triplet: 72, 6F and 73. RGB value is (114,111,115). Sum of RGB (Red+Green+Blue) = 114+111+115=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 111 (43.75% from 255 or 32.65% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 115 - color contains mainly: blue. Hex color #726F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726F73 is #8D908C. Grayscale: #707070. Windows color (decimal): -9277581 or 7565170. OLE color: 7565170.

HSL color Cylindrical-coordinate representation of color #726F73: hue angle of 285º degrees, saturation: 0.02, 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 #726F73 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 111 115 -
CMYK 0.01 0.03 0 0.55
HSL 285º 0.02% 0.44% -
HSV(B) 285º 0.03% 0.45% -
XYZ 15.72 16.18 18.52 -
YUV 112.35 129.49 129.17 -
System Red Green Blue C M Y K H S L
Decimal 114 111 115 0.01 0.03 0 0.55 285 0.02 0.44
Hex 72 6F 73 1 3 0 37 11D 2 2C
Octal 162 157 163 1 3 0 67 435 2 54
Binary 1110010 1101111 1110011 1 11 0 110111 100011101 10 101100

Color Harmonies of #726F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726F73

Black with #726F73

Text Example


Text Example

White with #726F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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