Html Css Color HEX #727073 Rum

📋 copy color: '#727073'

red 114 ◦ green 112 ◦ blue 115

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

Shades of Rum #727073

Tints of Rum #727073

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.84%

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

R = 33.43%
G = 32.84%
B = 33.72%

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

#727073 (or 0x727073) is known color: Rum. HEX triplet: 72, 70 and 73. RGB value is (114,112,115). Sum of RGB (Red+Green+Blue) = 114+112+115=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 115 - color contains mainly: blue. Hex color #727073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727073 is #8D8F8C. Grayscale: #707070. Windows color (decimal): -9277325 or 7565426. OLE color: 7565426.

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

Color convert

RGB 114 112 115 -
CMYK 0.01 0.03 0 0.55
HSL 280º 0.01% 0.45% -
HSV(B) 280º 0.03% 0.45% -
XYZ 15.83 16.4 18.55 -
YUV 112.94 129.16 128.76 -
System Red Green Blue C M Y K H S L
Decimal 114 112 115 0.01 0.03 0 0.55 280 0.01 0.45
Hex 72 70 73 1 3 0 37 118 1 2D
Octal 162 160 163 1 3 0 67 430 1 55
Binary 1110010 1110000 1110011 1 11 0 110111 100011000 1 101101

Color Harmonies of #727073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727073

Black with #727073

Text Example


Text Example

White with #727073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727073; }

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

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

background-color css

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

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

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

border-color css

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

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

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