Html Css Color HEX #726877 Rum

📋 copy color: '#726877'

red 114 ◦ green 104 ◦ blue 119

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

Shades of Rum #726877

Tints of Rum #726877

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.86%

 BLUE value IS 119 (46.88% from 255) = 35.31%

R = 33.83%
G = 30.86%
B = 35.31%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#726877 (or 0x726877) is known color: Rum. HEX triplet: 72, 68 and 77. RGB value is (114,104,119). Sum of RGB (Red+Green+Blue) = 114+104+119=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 119 (46.88% from 255 or 35.31% from 337); Max value from RGB is 119 - color contains mainly: blue. Hex color #726877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726877 is #8D9788. Grayscale: #6C6C6C. Windows color (decimal): -9279369 or 7825522. OLE color: 7825522.

HSL color Cylindrical-coordinate representation of color #726877: hue angle of 280º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #726877 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 104 119 -
CMYK 0.04 0.13 0 0.53
HSL 280º 0.07% 0.44% -
HSV(B) 280º 0.13% 0.47% -
XYZ 15.22 14.81 19.51 -
YUV 108.7 133.81 131.78 -
System Red Green Blue C M Y K H S L
Decimal 114 104 119 0.04 0.13 0 0.53 280 0.07 0.44
Hex 72 68 77 4 D 0 35 118 7 2C
Octal 162 150 167 4 15 0 65 430 7 54
Binary 1110010 1101000 1110111 100 1101 0 110101 100011000 111 101100

Color Harmonies of #726877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726877

Black with #726877

Text Example


Text Example

White with #726877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726877; }

 p { color: rgb(114,104,119); }

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

background-color css

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

 a { background-color: rgb(114,104,119); }

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

border-color css

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

 span { border-color: rgb(114,104,119); }

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