Html Css Color HEX #726478 Rum

📋 copy color: '#726478'

red 114 ◦ green 100 ◦ blue 120

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

Shades of Rum #726478

Tints of Rum #726478

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.94%

 BLUE value IS 120 (47.27% from 255) = 35.93%

R = 34.13%
G = 29.94%
B = 35.93%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#726478 (or 0x726478) is known color: Rum. HEX triplet: 72, 64 and 78. RGB value is (114,100,120). Sum of RGB (Red+Green+Blue) = 114+100+120=334 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.13% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 120 (47.27% from 255 or 35.93% from 334); Max value from RGB is 120 - color contains mainly: blue. Hex color #726478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726478 is #8D9B87. Grayscale: #6A6A6A. Windows color (decimal): -9280392 or 7890034. OLE color: 7890034.

HSL color Cylindrical-coordinate representation of color #726478: hue angle of 282º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #726478 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 100 120 -
CMYK 0.05 0.17 0 0.53
HSL 282º 0.09% 0.43% -
HSV(B) 282º 0.17% 0.47% -
XYZ 14.89 14.05 19.7 -
YUV 106.47 135.64 133.37 -
System Red Green Blue C M Y K H S L
Decimal 114 100 120 0.05 0.17 0 0.53 282 0.09 0.43
Hex 72 64 78 5 11 0 35 11A 9 2B
Octal 162 144 170 5 21 0 65 432 11 53
Binary 1110010 1100100 1111000 101 10001 0 110101 100011010 1001 101011

Color Harmonies of #726478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726478

Black with #726478

Text Example


Text Example

White with #726478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726478; }

 p { color: rgb(114,100,120); }

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

background-color css

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

 a { background-color: rgb(114,100,120); }

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

border-color css

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

 span { border-color: rgb(114,100,120); }

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