Html Css Color HEX #726750 Coffee

📋 copy color: '#726750'

red 114 ◦ green 103 ◦ blue 80

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

Shades of Coffee #726750

Tints of Coffee #726750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 26.94%

R = 38.38%
G = 34.68%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#726750 (or 0x726750) is known color: Coffee. HEX triplet: 72, 67 and 50. RGB value is (114,103,80). Sum of RGB (Red+Green+Blue) = 114+103+80=297 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.38% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 80 (31.64% from 255 or 26.94% from 297); Max value from RGB is 114 - color contains mainly: red. Hex color #726750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726750 is #8D98AF. Grayscale: #676767. Windows color (decimal): -9279664 or 5269362. OLE color: 5269362.

HSL color Cylindrical-coordinate representation of color #726750: hue angle of 40.59º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #726750 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 103 80 -
CMYK 0 0.10 0.30 0.55
HSL 40.59º 0.18% 0.38% -
HSV(B) 40.59º 0.3% 0.45% -
XYZ 13.24 13.86 9.57 -
YUV 103.67 114.64 135.37 -
System Red Green Blue C M Y K H S L
Decimal 114 103 80 0 0.10 0.30 0.55 40.59 0.18 0.38
Hex 72 67 50 0 A 1E 37 29 12 26
Octal 162 147 120 0 12 36 67 51 22 46
Binary 1110010 1100111 1010000 0 1010 11110 110111 101001 10010 100110

Color Harmonies of #726750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726750

Black with #726750

Text Example


Text Example

White with #726750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726750; }

 p { color: rgb(114,103,80); }

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

background-color css

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

 a { background-color: rgb(114,103,80); }

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

border-color css

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

 span { border-color: rgb(114,103,80); }

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