Html Css Color HEX #726A74 Rum

📋 copy color: '#726A74'

red 114 ◦ green 106 ◦ blue 116

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

Shades of Rum #726A74

Tints of Rum #726A74

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.55%

 BLUE value IS 116 (45.7% from 255) = 34.52%

R = 33.93%
G = 31.55%
B = 34.52%

CMYK

 C value IS 0.02

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#726A74 (or 0x726A74) is known color: Rum. HEX triplet: 72, 6A and 74. RGB value is (114,106,116). Sum of RGB (Red+Green+Blue) = 114+106+116=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 106 (41.80% from 255 or 31.55% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 116 - color contains mainly: blue. Hex color #726A74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726A74 is #8D958B. Grayscale: #6D6D6D. Windows color (decimal): -9278860 or 7629426. OLE color: 7629426.

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

Color convert

RGB 114 106 116 -
CMYK 0.02 0.09 0 0.55
HSL 288º 0.05% 0.44% -
HSV(B) 288º 0.09% 0.45% -
XYZ 15.25 15.15 18.64 -
YUV 109.53 131.65 131.19 -
System Red Green Blue C M Y K H S L
Decimal 114 106 116 0.02 0.09 0 0.55 288 0.05 0.44
Hex 72 6A 74 2 9 0 37 120 5 2C
Octal 162 152 164 2 11 0 67 440 5 54
Binary 1110010 1101010 1110100 10 1001 0 110111 100100000 101 101100

Color Harmonies of #726A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726A74

Black with #726A74

Text Example


Text Example

White with #726A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,106,116); }

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

background-color css

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

 a { background-color: rgb(114,106,116); }

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

border-color css

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

 span { border-color: rgb(114,106,116); }

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