Html Css Color HEX #726450 Coffee

📋 copy color: '#726450'

red 114 ◦ green 100 ◦ blue 80

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

Shades of Coffee #726450

Tints of Coffee #726450

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.01%

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

R = 38.78%
G = 34.01%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#726450 (or 0x726450) is known color: Coffee. HEX triplet: 72, 64 and 50. RGB value is (114,100,80). Sum of RGB (Red+Green+Blue) = 114+100+80=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 80 (31.64% from 255 or 27.21% from 294); Max value from RGB is 114 - color contains mainly: red. Hex color #726450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726450 is #8D9BAF. Grayscale: #656565. Windows color (decimal): -9280432 or 5268594. OLE color: 5268594.

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

Color convert

RGB 114 100 80 -
CMYK 0 0.12 0.30 0.55
HSL 35.29º 0.18% 0.38% -
HSV(B) 35.29º 0.3% 0.45% -
XYZ 12.94 13.27 9.47 -
YUV 101.91 115.64 136.63 -
System Red Green Blue C M Y K H S L
Decimal 114 100 80 0 0.12 0.30 0.55 35.29 0.18 0.38
Hex 72 64 50 0 C 1E 37 23 12 26
Octal 162 144 120 0 14 36 67 43 22 46
Binary 1110010 1100100 1010000 0 1100 11110 110111 100011 10010 100110

Color Harmonies of #726450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726450

Black with #726450

Text Example


Text Example

White with #726450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726450; }

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

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

background-color css

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

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

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

border-color css

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

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

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