#706275

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

Shades of Rum #706275

Tints of Rum #706275

Color information

#706275 (or 0x706275) is unknown color: approx Rum. HEX triplet: 70, 62 and 75. RGB value is (112,98,117). Sum of RGB (Red+Green+Blue) = 112+98+117=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 117 - color contains mainly: blue. Hex color #706275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706275 is #8F9D8A. Grayscale: #686868. Windows color (decimal): -9411979 or 7692912. OLE color: 7692912.

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

Color convert

RGB11298117-
CMYK0.040.1600.54
HSL284.21º8.84%42.16%-
HSV(B)284.21º16.24%45.88%-
XYZ14.2613.4618.68-
YUV104.35135.14133.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.25%
GREEN value IS 98 (38.67% from 255) = 29.97%
BLUE value IS 117 (46.09% from 255) = 35.78%
R=34.25%
G=29.97%
B=35.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112981170.040.1600.54284.218.8442.16
Hex70627541003611c92a
Octal1601421654200664341152
Binary1110000110001011101011001000001101101000111001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706275; }

 p { color: rgb(112,98,117); }

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

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

 a { background-color: rgb(112,98,117); }

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

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

 span { border-color: rgb(112,98,117); }

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