#706B73

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

Shades of Rum #706B73

Tints of Rum #706B73

Color information

#706B73 (or 0x706B73) is unknown color: approx Rum. HEX triplet: 70, 6B and 73. RGB value is (112,107,115). Sum of RGB (Red+Green+Blue) = 112+107+115=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 115 - color contains mainly: blue. Hex color #706B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706B73 is #8F948C. Grayscale: #6D6D6D. Windows color (decimal): -9409677 or 7564144. OLE color: 7564144.

HSL color Cylindrical-coordinate representation of color #706B73: hue angle of 277.5º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #706B73 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB112107115-
CMYK0.030.0700.55
HSL277.5º3.6%43.53%-
HSV(B)277.5º6.96%45.1%-
XYZ15.0315.218.36-
YUV109.41131.16129.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.53%
GREEN value IS 107 (42.19% from 255) = 32.04%
BLUE value IS 115 (45.31% from 255) = 34.43%
R=33.53%
G=32.04%
B=34.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1121071150.030.0700.55277.53.643.53
Hex706B733703711642c
Octal16015316337067426454
Binary111000011010111110011111110110111100010110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706B73; }

 p { color: rgb(112,107,115); }

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

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

 a { background-color: rgb(112,107,115); }

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

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

 span { border-color: rgb(112,107,115); }

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