#706758

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

Shades of Coffee #706758

Tints of Coffee #706758

Color information

#706758 (or 0x706758) is unknown color: approx Coffee. HEX triplet: 70, 67 and 58. RGB value is (112,103,88). Sum of RGB (Red+Green+Blue) = 112+103+88=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 88 (34.77% from 255 or 29.04% from 303); Max value from RGB is 112 - color contains mainly: red. Hex color #706758 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706758 is #8F98A7. Grayscale: #686868. Windows color (decimal): -9410728 or 5793648. OLE color: 5793648.

HSL color Cylindrical-coordinate representation of color #706758: hue angle of 37.5º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #706758 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB11210388-
CMYK00.080.210.56
HSL37.5º12%39.22%-
HSV(B)37.5º21.43%43.92%-
XYZ13.2913.8511.21-
YUV103.98118.98133.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.96%
GREEN value IS 103 (40.62% from 255) = 33.99%
BLUE value IS 88 (34.77% from 255) = 29.04%
R=36.96%
G=33.99%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121038800.080.210.5637.51239.22
Hex70675808153826c27
Octal1601471300102570461447
Binary11100001100111101100001000101011110001001101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706758; }

 p { color: rgb(112,103,88); }

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

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

 a { background-color: rgb(112,103,88); }

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

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

 span { border-color: rgb(112,103,88); }

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