#706377

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

Shades of Rum #706377

Tints of Rum #706377

Color information

#706377 (or 0x706377) is unknown color: approx Rum. HEX triplet: 70, 63 and 77. RGB value is (112,99,119). Sum of RGB (Red+Green+Blue) = 112+99+119=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 119 (46.88% from 255 or 36.06% from 330); Max value from RGB is 119 - color contains mainly: blue. Hex color #706377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706377 is #8F9C88. Grayscale: #696969. Windows color (decimal): -9411721 or 7824240. OLE color: 7824240.

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

Color convert

RGB11299119-
CMYK0.060.1700.53
HSL279º9.17%42.75%-
HSV(B)279º16.81%46.67%-
XYZ14.4713.719.33-
YUV105.17135.81132.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.94%
GREEN value IS 99 (39.06% from 255) = 30%
BLUE value IS 119 (46.88% from 255) = 36.06%
R=33.94%
G=30%
B=36.06%

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
Decimal112991190.060.1700.532799.1742.75
Hex70637761103511792b
Octal1601431676210654271153
Binary1110000110001111101111101000101101011000101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706377; }

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

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

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

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

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

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

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

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