#716378

Color #716378 Rum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rum #716378

Tints of Rum #716378

Color information

#716378 (or 0x716378) is unknown color: approx Rum. HEX triplet: 71, 63 and 78. RGB value is (113,99,120). Sum of RGB (Red+Green+Blue) = 113+99+120=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 120 - color contains mainly: blue. Hex color #716378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716378 is #8E9C87. Grayscale: #696969. Windows color (decimal): -9346184 or 7889777. OLE color: 7889777.

HSL color Cylindrical-coordinate representation of color #716378: hue angle of 280º degrees, saturation: 0.1, 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 #716378 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11399120-
CMYK0.060.1700.53
HSL280º9.59%42.94%-
HSV(B)280º17.5%47.06%-
XYZ14.6613.7919.66-
YUV105.58136.14133.29-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.04%
GREEN value IS 99 (39.06% from 255) = 29.82%
BLUE value IS 120 (47.27% from 255) = 36.14%
R=34.04%
G=29.82%
B=36.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113991200.060.1700.532809.5942.94
Hex716378611035118a2b
Octal1611431706210654301253
Binary1110001110001111110001101000101101011000110001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716378; }

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

 H1.HeaderClassName
 {
   color: #716378;
 }
 .AnyTagClassName
 {
   color: #716378;
 }
</style>
background-color css

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

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

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

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

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

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