Html Css Color HEX #706857 Coffee

📋 copy color: '#706857'

red 112 ◦ green 104 ◦ blue 87

#706857
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coffee #706857

Tints of Coffee #706857

RGB

 RED value IS 112 (44.14% from 255) = 36.96%

 GREEN value IS 104 (41.02% from 255) = 34.32%

 BLUE value IS 87 (34.38% from 255) = 28.71%

R = 36.96%
G = 34.32%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#706857 (or 0x706857) is known color: Coffee. HEX triplet: 70, 68 and 57. RGB value is (112,104,87). Sum of RGB (Red+Green+Blue) = 112+104+87=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 87 (34.38% from 255 or 28.71% from 303); Max value from RGB is 112 - color contains mainly: red. Hex color #706857 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706857 is #8F97A8. Grayscale: #686868. Windows color (decimal): -9410473 or 5728368. OLE color: 5728368.

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

Color convert

RGB 112 104 87 -
CMYK 0 0.07 0.22 0.56
HSL 40.8º 0.13% 0.39% -
HSV(B) 40.8º 0.22% 0.44% -
XYZ 13.35 14.03 11.02 -
YUV 104.45 118.15 133.38 -
System Red Green Blue C M Y K H S L
Decimal 112 104 87 0 0.07 0.22 0.56 40.8 0.13 0.39
Hex 70 68 57 0 7 16 38 29 D 27
Octal 160 150 127 0 7 26 70 51 15 47
Binary 1110000 1101000 1010111 0 111 10110 111000 101001 1101 100111

Color Harmonies of #706857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706857

Black with #706857

Text Example


Text Example

White with #706857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706857; }

 p { color: rgb(112,104,87); }

 H1.HeaderClassName
 {
   color: #706857;
 }
 .AnyTagClassName
 {
   color: #706857;
 }
</style>

background-color css

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

 a { background-color: rgb(112,104,87); }

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

border-color css

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

 span { border-color: rgb(112,104,87); }

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