Html Css Color HEX #726574 Rum

📋 copy color: '#726574'

red 114 ◦ green 101 ◦ blue 116

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

Shades of Rum #726574

Tints of Rum #726574

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.51%

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

R = 34.44%
G = 30.51%
B = 35.05%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#726574 (or 0x726574) is known color: Rum. HEX triplet: 72, 65 and 74. RGB value is (114,101,116). Sum of RGB (Red+Green+Blue) = 114+101+116=331 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.44% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 116 - color contains mainly: blue. Hex color #726574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726574 is #8D9A8B. Grayscale: #6A6A6A. Windows color (decimal): -9280140 or 7628146. OLE color: 7628146.

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

Color convert

RGB 114 101 116 -
CMYK 0.02 0.13 0 0.55
HSL 292º 0.07% 0.43% -
HSV(B) 292º 0.13% 0.45% -
XYZ 14.75 14.15 18.48 -
YUV 106.6 133.31 133.28 -
System Red Green Blue C M Y K H S L
Decimal 114 101 116 0.02 0.13 0 0.55 292 0.07 0.43
Hex 72 65 74 2 D 0 37 124 7 2B
Octal 162 145 164 2 15 0 67 444 7 53
Binary 1110010 1100101 1110100 10 1101 0 110111 100100100 111 101011

Color Harmonies of #726574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726574

Black with #726574

Text Example


Text Example

White with #726574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726574; }

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

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

background-color css

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

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

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

border-color css

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

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

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