Html Css Color HEX #726650 Coffee

📋 copy color: '#726650'

red 114 ◦ green 102 ◦ blue 80

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

Shades of Coffee #726650

Tints of Coffee #726650

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.46%

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

R = 38.51%
G = 34.46%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#726650 (or 0x726650) is known color: Coffee. HEX triplet: 72, 66 and 50. RGB value is (114,102,80). Sum of RGB (Red+Green+Blue) = 114+102+80=296 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.51% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 80 (31.64% from 255 or 27.03% from 296); Max value from RGB is 114 - color contains mainly: red. Hex color #726650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726650 is #8D99AF. Grayscale: #676767. Windows color (decimal): -9279920 or 5269106. OLE color: 5269106.

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

Color convert

RGB 114 102 80 -
CMYK 0 0.11 0.30 0.55
HSL 38.82º 0.18% 0.38% -
HSV(B) 38.82º 0.3% 0.45% -
XYZ 13.14 13.66 9.53 -
YUV 103.08 114.98 135.79 -
System Red Green Blue C M Y K H S L
Decimal 114 102 80 0 0.11 0.30 0.55 38.82 0.18 0.38
Hex 72 66 50 0 B 1E 37 27 12 26
Octal 162 146 120 0 13 36 67 47 22 46
Binary 1110010 1100110 1010000 0 1011 11110 110111 100111 10010 100110

Color Harmonies of #726650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726650

Black with #726650

Text Example


Text Example

White with #726650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726650; }

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

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

background-color css

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

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

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

border-color css

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

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

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