Html Css Color HEX #706757 Coffee

📋 copy color: '#706757'

red 112 ◦ green 103 ◦ blue 87

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

Shades of Coffee #706757

Tints of Coffee #706757

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.11%

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

R = 37.09%
G = 34.11%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#706757 (or 0x706757) is known color: Coffee. HEX triplet: 70, 67 and 57. RGB value is (112,103,87). Sum of RGB (Red+Green+Blue) = 112+103+87=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 87 (34.38% from 255 or 28.81% from 302); Max value from RGB is 112 - color contains mainly: red. Hex color #706757 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706757 is #8F98A8. Grayscale: #676767. Windows color (decimal): -9410729 or 5728112. OLE color: 5728112.

HSL color Cylindrical-coordinate representation of color #706757: hue angle of 38.4º 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 #706757 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 103 87 -
CMYK 0 0.08 0.22 0.56
HSL 38.4º 0.13% 0.39% -
HSV(B) 38.4º 0.22% 0.44% -
XYZ 13.25 13.83 10.99 -
YUV 103.87 118.48 133.8 -
System Red Green Blue C M Y K H S L
Decimal 112 103 87 0 0.08 0.22 0.56 38.4 0.13 0.39
Hex 70 67 57 0 8 16 38 26 D 27
Octal 160 147 127 0 10 26 70 46 15 47
Binary 1110000 1100111 1010111 0 1000 10110 111000 100110 1101 100111

Color Harmonies of #706757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706757

Black with #706757

Text Example


Text Example

White with #706757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706757; }

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

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

background-color css

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

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

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

border-color css

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

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

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