Html Css Color HEX #726856 Coffee

📋 copy color: '#726856'

red 114 ◦ green 104 ◦ blue 86

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

Shades of Coffee #726856

Tints of Coffee #726856

RGB

 RED value IS 114 (44.92% from 255) = 37.5%

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

 BLUE value IS 86 (33.98% from 255) = 28.29%

R = 37.5%
G = 34.21%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#726856 (or 0x726856) is known color: Coffee. HEX triplet: 72, 68 and 56. RGB value is (114,104,86). Sum of RGB (Red+Green+Blue) = 114+104+86=304 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.5% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 86 (33.98% from 255 or 28.29% from 304); Max value from RGB is 114 - color contains mainly: red. Hex color #726856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726856 is #8D97A9. Grayscale: #696969. Windows color (decimal): -9279402 or 5662834. OLE color: 5662834.

HSL color Cylindrical-coordinate representation of color #726856: hue angle of 38.57º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #726856 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 104 86 -
CMYK 0 0.09 0.25 0.55
HSL 38.57º 0.14% 0.39% -
HSV(B) 38.57º 0.25% 0.45% -
XYZ 13.57 14.15 10.82 -
YUV 104.94 117.31 134.46 -
System Red Green Blue C M Y K H S L
Decimal 114 104 86 0 0.09 0.25 0.55 38.57 0.14 0.39
Hex 72 68 56 0 9 19 37 27 E 27
Octal 162 150 126 0 11 31 67 47 16 47
Binary 1110010 1101000 1010110 0 1001 11001 110111 100111 1110 100111

Color Harmonies of #726856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726856

Black with #726856

Text Example


Text Example

White with #726856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726856; }

 p { color: rgb(114,104,86); }

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

background-color css

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

 a { background-color: rgb(114,104,86); }

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

border-color css

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

 span { border-color: rgb(114,104,86); }

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