#706477

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

Shades of Rum #706477

Tints of Rum #706477

Color information

#706477 (or 0x706477) is unknown color: approx Rum. HEX triplet: 70, 64 and 77. RGB value is (112,100,119). Sum of RGB (Red+Green+Blue) = 112+100+119=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 119 - color contains mainly: blue. Hex color #706477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706477 is #8F9B88. Grayscale: #696969. Windows color (decimal): -9411465 or 7824496. OLE color: 7824496.

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

Color convert

RGB112100119-
CMYK0.060.1600.53
HSL277.89º8.68%42.94%-
HSV(B)277.89º15.97%46.67%-
XYZ14.5713.8919.37-
YUV105.75135.48132.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.84%
GREEN value IS 100 (39.45% from 255) = 30.21%
BLUE value IS 119 (46.88% from 255) = 35.95%
R=33.84%
G=30.21%
B=35.95%

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
Decimal1121001190.060.1600.53277.898.6842.94
Hex70647761003511692b
Octal1601441676200654261153
Binary1110000110010011101111101000001101011000101101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706477; }

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

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

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

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

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

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

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

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