Html Css Color HEX #706752 Coffee

📋 copy color: '#706752'

red 112 ◦ green 103 ◦ blue 82

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

Shades of Coffee #706752

Tints of Coffee #706752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 27.61%

R = 37.71%
G = 34.68%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#706752 (or 0x706752) is known color: Coffee. HEX triplet: 70, 67 and 52. RGB value is (112,103,82). Sum of RGB (Red+Green+Blue) = 112+103+82=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 112 - color contains mainly: red. Hex color #706752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706752 is #8F98AD. Grayscale: #676767. Windows color (decimal): -9410734 or 5400432. OLE color: 5400432.

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

Color convert

RGB 112 103 82 -
CMYK 0 0.08 0.27 0.56
HSL 42º 0.15% 0.38% -
HSV(B) 42º 0.27% 0.44% -
XYZ 13.06 13.75 9.95 -
YUV 103.3 115.98 134.21 -
System Red Green Blue C M Y K H S L
Decimal 112 103 82 0 0.08 0.27 0.56 42 0.15 0.38
Hex 70 67 52 0 8 1B 38 2A F 26
Octal 160 147 122 0 10 33 70 52 17 46
Binary 1110000 1100111 1010010 0 1000 11011 111000 101010 1111 100110

Color Harmonies of #706752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706752

Black with #706752

Text Example


Text Example

White with #706752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706752; }

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

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

background-color css

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

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

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

border-color css

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

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

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