#716578

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

Shades of Rum #716578

Tints of Rum #716578

Color information

#716578 (or 0x716578) is unknown color: approx Rum. HEX triplet: 71, 65 and 78. RGB value is (113,101,120). Sum of RGB (Red+Green+Blue) = 113+101+120=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 101 (39.84% from 255 or 30.24% 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 #716578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716578 is #8E9A87. Grayscale: #6A6A6A. Windows color (decimal): -9345672 or 7890289. OLE color: 7890289.

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

Color convert

RGB113101120-
CMYK0.060.1600.53
HSL277.89º8.6%43.33%-
HSV(B)277.89º15.83%47.06%-
XYZ14.8514.1719.72-
YUV106.75135.48132.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.83%
GREEN value IS 101 (39.84% from 255) = 30.24%
BLUE value IS 120 (47.27% from 255) = 35.93%
R=33.83%
G=30.24%
B=35.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1131011200.060.1600.53277.898.643.33
Hex71657861003511692b
Octal1611451706200654261153
Binary1110001110010111110001101000001101011000101101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716578; }

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

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

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

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

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

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

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

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