Html Css Color HEX #726956 Coffee

📋 copy color: '#726956'

red 114 ◦ green 105 ◦ blue 86

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

Shades of Coffee #726956

Tints of Coffee #726956

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.43%

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

R = 37.38%
G = 34.43%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#726956 (or 0x726956) is known color: Coffee. HEX triplet: 72, 69 and 56. RGB value is (114,105,86). Sum of RGB (Red+Green+Blue) = 114+105+86=305 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.38% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 86 (33.98% from 255 or 28.20% from 305); Max value from RGB is 114 - color contains mainly: red. Hex color #726956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726956 is #8D96A9. Grayscale: #696969. Windows color (decimal): -9279146 or 5663090. OLE color: 5663090.

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

Color convert

RGB 114 105 86 -
CMYK 0 0.08 0.25 0.55
HSL 40.71º 0.14% 0.39% -
HSV(B) 40.71º 0.25% 0.45% -
XYZ 13.67 14.35 10.85 -
YUV 105.53 116.98 134.04 -
System Red Green Blue C M Y K H S L
Decimal 114 105 86 0 0.08 0.25 0.55 40.71 0.14 0.39
Hex 72 69 56 0 8 19 37 29 E 27
Octal 162 151 126 0 10 31 67 51 16 47
Binary 1110010 1101001 1010110 0 1000 11001 110111 101001 1110 100111

Color Harmonies of #726956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726956

Black with #726956

Text Example


Text Example

White with #726956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726956; }

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

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

background-color css

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

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

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

border-color css

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

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

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