#706376

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

Shades of Rum #706376

Tints of Rum #706376

Color information

#706376 (or 0x706376) is unknown color: approx Rum. HEX triplet: 70, 63 and 76. RGB value is (112,99,118). Sum of RGB (Red+Green+Blue) = 112+99+118=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 118 - color contains mainly: blue. Hex color #706376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706376 is #8F9C89. Grayscale: #686868. Windows color (decimal): -9411722 or 7758704. OLE color: 7758704.

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

Color convert

RGB11299118-
CMYK0.050.1600.54
HSL281.05º8.76%42.55%-
HSV(B)281.05º16.1%46.27%-
XYZ14.4113.6819.02-
YUV105.05135.31132.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.04%
GREEN value IS 99 (39.06% from 255) = 30.09%
BLUE value IS 118 (46.48% from 255) = 35.87%
R=34.04%
G=30.09%
B=35.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112991180.050.1600.54281.058.7642.55
Hex70637651003611992b
Octal1601431665200664311153
Binary1110000110001111101101011000001101101000110011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706376; }

 p { color: rgb(112,99,118); }

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

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

 a { background-color: rgb(112,99,118); }

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

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

 span { border-color: rgb(112,99,118); }

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