Html Css Color HEX #726275 Rum

📋 copy color: '#726275'

red 114 ◦ green 98 ◦ blue 117

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

Shades of Rum #726275

Tints of Rum #726275

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.79%

 BLUE value IS 117 (46.09% from 255) = 35.56%

R = 34.65%
G = 29.79%
B = 35.56%

CMYK

 C value IS 0.03

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#726275 (or 0x726275) is known color: Rum. HEX triplet: 72, 62 and 75. RGB value is (114,98,117). Sum of RGB (Red+Green+Blue) = 114+98+117=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 117 - color contains mainly: blue. Hex color #726275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726275 is #8D9D8A. Grayscale: #686868. Windows color (decimal): -9280907 or 7692914. OLE color: 7692914.

HSL color Cylindrical-coordinate representation of color #726275: hue angle of 290.53º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #726275 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 114 98 117 -
CMYK 0.03 0.16 0 0.54
HSL 290.53º 0.09% 0.42% -
HSV(B) 290.53º 0.16% 0.46% -
XYZ 14.52 13.6 18.69 -
YUV 104.95 134.8 134.46 -
System Red Green Blue C M Y K H S L
Decimal 114 98 117 0.03 0.16 0 0.54 290.53 0.09 0.42
Hex 72 62 75 3 10 0 36 123 9 2A
Octal 162 142 165 3 20 0 66 443 11 52
Binary 1110010 1100010 1110101 11 10000 0 110110 100100011 1001 101010

Color Harmonies of #726275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726275

Black with #726275

Text Example


Text Example

White with #726275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726275; }

 p { color: rgb(114,98,117); }

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

background-color css

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

 a { background-color: rgb(114,98,117); }

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

border-color css

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

 span { border-color: rgb(114,98,117); }

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