Html Css Color HEX #726378 Rum

📋 copy color: '#726378'

red 114 ◦ green 99 ◦ blue 120

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

Shades of Rum #726378

Tints of Rum #726378

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.73%

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

R = 34.23%
G = 29.73%
B = 36.04%

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

#726378 (or 0x726378) is known color: Rum. HEX triplet: 72, 63 and 78. RGB value is (114,99,120). Sum of RGB (Red+Green+Blue) = 114+99+120=333 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.23% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 120 (47.27% from 255 or 36.04% from 333); Max value from RGB is 120 - color contains mainly: blue. Hex color #726378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726378 is #8D9C87. Grayscale: #696969. Windows color (decimal): -9280648 or 7889778. OLE color: 7889778.

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

Color convert

RGB 114 99 120 -
CMYK 0.05 0.17 0 0.53
HSL 282.86º 0.1% 0.43% -
HSV(B) 282.86º 0.18% 0.47% -
XYZ 14.79 13.86 19.66 -
YUV 105.88 135.97 133.79 -
System Red Green Blue C M Y K H S L
Decimal 114 99 120 0.05 0.17 0 0.53 282.86 0.1 0.43
Hex 72 63 78 5 11 0 35 11B A 2B
Octal 162 143 170 5 21 0 65 433 12 53
Binary 1110010 1100011 1111000 101 10001 0 110101 100011011 1010 101011

Color Harmonies of #726378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726378

Black with #726378

Text Example


Text Example

White with #726378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726378; }

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

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

background-color css

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

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

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

border-color css

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

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

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